fix Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM nginx:1.20.1-alpine
|
||||
|
||||
COPY helpers/dependencies.sh /tmp/dependencies.sh && \
|
||||
apk add --no-cache bash && \
|
||||
COPY helpers/dependencies.sh /tmp/dependencies.sh
|
||||
RUN apk add --no-cache bash && \
|
||||
chmod +x /tmp/dependencies.sh && \
|
||||
/tmp/dependencies.sh && \
|
||||
rm -f /tmp/dependencies.sh
|
||||
|
||||
Reference in New Issue
Block a user