Skip to content

Commit 1dd7cf8

Browse files
authored
Merge pull request #2 from infocyph/feature/update
Update Dockerfile
2 parents a047ac5 + 2e5239d commit 1dd7cf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ LABEL org.opencontainers.image.source="https://github.com/infocyph/docker-nginx"
33
LABEL org.opencontainers.image.description="NGINX with updated params"
44
LABEL org.opencontainers.image.licenses="MIT"
55
LABEL org.opencontainers.image.authors="infocyph,abmmhasan"
6-
RUN apk add --no-cache bash
6+
RUN apk add --no-cache bash tzdata && \
7+
rm -rf /var/cache/apk/*
78
COPY scripts/fcgi-params.sh /usr/local/bin/fcgi_params.sh
89
COPY scripts/proxy-params.sh /usr/local/bin/proxy_params.sh
910
RUN mkdir -p /etc/share/rootCA /etc/mkcert && \

0 commit comments

Comments
 (0)