fix Dockerfile again

This commit is contained in:
bunkerity
2021-06-19 22:15:42 +02:00
parent c892f037db
commit b0f93fb840

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