Install CA certificates to make HTTPS connections work

pull/64/head
Daniel García 7 years ago
parent 22786c8c9d
commit dfb348d630

@ -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