Skip to content
Snippets Groups Projects
Commit 0cbc8c68 authored by nimrod's avatar nimrod
Browse files

Nginx: Small fix.

parent bf824102
No related branches found
No related tags found
No related merge requests found
Pipeline #3285 failed
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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment