fix Dockerfile again

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

View File

@ -6,7 +6,7 @@ RUN apk add --no-cache bash && \
/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 certbot bash libmaxminddb libgcc lua yajl libstdc++ openssl py3-pip && \
pip3 install jinja2
COPY gen/ /opt/gen