diff --git a/Dockerfile b/Dockerfile index 4dd223df8..4667ece40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN cp /etc/apt/sources.list /etc/apt/sources.list~ \ RUN apt-get -yqq build-dep nginx RUN apt-get -yqq install --no-install-recommends ca-certificates wget \ + && update-ca-certificates -f \ && mkdir /tmp/nginx \ && wget https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz \ && tar -zxf nginx-${NGINX_VERSION}.tar.gz -C /tmp/nginx --strip-components=1 \