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 ae4a944 commit 2d1a2deCopy full SHA for 2d1a2de
Dockerfile
@@ -129,9 +129,6 @@ 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/ /
132
-RUN mkdir -p /opt/certbot/ \
133
- && python3 -m venv /opt/certbot/
134
-COPY --from=cs-openresty-bouncer /tmp/crowdsec-openresty-bouncer-install/ /
135
136
# Set internal environment variables.
137
RUN \
0 commit comments