We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0ea8f commit 2e32c81Copy full SHA for 2e32c81
Dockerfile
@@ -128,10 +128,9 @@ COPY rootfs/ /
128
COPY --from=nginx /tmp/openresty-install/ /
129
COPY --from=npm /tmp/nginx-proxy-manager-install/ /
130
COPY --from=bcrypt-tool /tmp/go/bin/bcrypt-tool /usr/bin/
131
-COPY --from=certbot /tmp/certbot-install/ /opt/certbot
132
-RUN curl -L 'https://bootstrap.pypa.io/get-pip.py' | python3 \
133
- && python3 -m venv /opt/certbot/ \
134
- && ln -s /opt/certbot/bin/certbot /usr/bin/certbot
+COPY --from=certbot /tmp/certbot-install/ /
+RUN mkdir -p /opt/certbot/ \
+ && python3 -m venv /opt/certbot/
135
COPY --from=cs-openresty-bouncer /tmp/crowdsec-openresty-bouncer-install/ /
136
137
# Set internal environment variables.
0 commit comments