We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a047ac5 + 2e5239d commit 1dd7cf8Copy full SHA for 1dd7cf8
Dockerfile
@@ -3,7 +3,8 @@ LABEL org.opencontainers.image.source="https://github.com/infocyph/docker-nginx"
3
LABEL org.opencontainers.image.description="NGINX with updated params"
4
LABEL org.opencontainers.image.licenses="MIT"
5
LABEL org.opencontainers.image.authors="infocyph,abmmhasan"
6
-RUN apk add --no-cache bash
+RUN apk add --no-cache bash tzdata && \
7
+ rm -rf /var/cache/apk/*
8
COPY scripts/fcgi-params.sh /usr/local/bin/fcgi_params.sh
9
COPY scripts/proxy-params.sh /usr/local/bin/proxy_params.sh
10
RUN mkdir -p /etc/share/rootCA /etc/mkcert && \
0 commit comments