Use --no-cache when installing packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
RUN apk add --update nginx-lua openssl && rm -rf /var/cache/apk/*
|
||||
RUN apk add --no-cache nginx-lua openssl
|
||||
|
||||
COPY nginx.conf.default /etc/nginx/nginx.conf.default
|
||||
COPY nginx.conf.fallback /etc/nginx/nginx.conf.fallback
|
||||
|
||||
Reference in New Issue
Block a user