From b0f93fb84021e5af6e64e9679404d72393f95e5d Mon Sep 17 00:00:00 2001 From: bunkerity Date: Sat, 19 Jun 2021 22:15:42 +0200 Subject: [PATCH] fix Dockerfile again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7b11fc..c162b93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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