Commit 0cbc8c68 authored by nimrod's avatar nimrod
Browse files

Nginx: Small fix.

parent bf824102
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM docker.io/nginx:1.23.3-alpine
# hadolint ignore=DL3018
RUN rm -rf /etc/nginx/conf./* && \
RUN rm -rf /etc/nginx/conf.d/* && \
    chmod 777 /run && \
    apk add --no-cache --update libcap openssl && \
    curl https://letsencrypt.org/certs/isrg-root-ocsp-x1.pem.txt > /etc/ssl/ocsp.pem && \