fix Dockerfile

This commit is contained in:
bunkerity 2021-06-19 22:06:00 +02:00
parent 731c0f61df
commit c892f037db
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
FROM nginx:1.20.1-alpine
COPY helpers/dependencies.sh /tmp/dependencies.sh && \
apk add --no-cache bash && \
chmod +x /tmp/dependencies.sh && \
/tmp/dependencies.sh && \
rm -f /tmp/dependencies.sh
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
RUN apk add --no-cache apk add certbot bash libmaxminddb libgcc lua yajl libstdc++ openssl py3-pip && \
pip3 install jinja2