Browse Source

Install CA certificates to make HTTPS connections work

pull/64/head
Daniel García 6 years ago
parent
commit
dfb348d630
  1. 1
      Dockerfile

1
Dockerfile

@ -70,6 +70,7 @@ FROM debian:stretch-slim
# Install needed libraries
RUN apt-get update && apt-get install -y\
openssl\
ca-certificates\
--no-install-recommends\
&& rm -rf /var/lib/apt/lists/*

Loading…
Cancel
Save