fix Dockerfile
This commit is contained in:
parent
731c0f61df
commit
c892f037db
10
Dockerfile
10
Dockerfile
@ -1,10 +1,10 @@
|
|||||||
FROM nginx:1.20.1-alpine
|
FROM nginx:1.20.1-alpine
|
||||||
|
|
||||||
COPY helpers/dependencies.sh /tmp/dependencies.sh && \
|
COPY helpers/dependencies.sh /tmp/dependencies.sh
|
||||||
apk add --no-cache bash && \
|
RUN apk add --no-cache bash && \
|
||||||
chmod +x /tmp/dependencies.sh && \
|
chmod +x /tmp/dependencies.sh && \
|
||||||
/tmp/dependencies.sh && \
|
/tmp/dependencies.sh && \
|
||||||
rm -f /tmp/dependencies.sh
|
rm -f /tmp/dependencies.sh
|
||||||
|
|
||||||
RUN apk add --no-cache apk add certbot bash libmaxminddb libgcc lua yajl libstdc++ openssl py3-pip && \
|
RUN apk add --no-cache apk add certbot bash libmaxminddb libgcc lua yajl libstdc++ openssl py3-pip && \
|
||||||
pip3 install jinja2
|
pip3 install jinja2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user