diff --git a/Dockerfile b/Dockerfile index ef1d9868..e058cff9 100644 --- a/Dockerfile +++ b/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/*