diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 09257f7aeaea156258dfe168638cfa0676ad5f78..a24c3c58389230cc0ea7996f0c33870de5d349d8 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/nginx:1.26.0-alpine-slim # hadolint ignore=DL3018 RUN rm -rf /etc/nginx/conf.d/* && \ 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 && \ mkdir /var/ssl &&\ curl https://ssl-config.mozilla.org/ffdhe2048.txt > /var/ssl/dhparams &&\