Skip to content
Snippets Groups Projects
Commit 6f533789 authored by nimrod's avatar nimrod
Browse files

fixup! Nginx: Update the image and use the slim variant.

parent 374e50bd
No related branches found
No related tags found
No related merge requests found
Pipeline #3885 failed
...@@ -2,7 +2,7 @@ FROM docker.io/nginx:1.26.0-alpine-slim ...@@ -2,7 +2,7 @@ FROM docker.io/nginx:1.26.0-alpine-slim
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN rm -rf /etc/nginx/conf.d/* && \ RUN rm -rf /etc/nginx/conf.d/* && \
chmod 777 /run && \ chmod 777 /run && \
apk add --no-cache --update libcap openssl && \ apk add --no-cache --update curl libcap openssl && \
curl https://letsencrypt.org/certs/isrg-root-ocsp-x1.pem.txt > /etc/ssl/ocsp.pem && \ curl https://letsencrypt.org/certs/isrg-root-ocsp-x1.pem.txt > /etc/ssl/ocsp.pem && \
mkdir /var/ssl &&\ mkdir /var/ssl &&\
curl https://ssl-config.mozilla.org/ffdhe2048.txt > /var/ssl/dhparams &&\ curl https://ssl-config.mozilla.org/ffdhe2048.txt > /var/ssl/dhparams &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment