Skip to content

Commit 2d1a2de

Browse files
authored
Update Dockerfile
Remove unnecessary alternations for pip due to new patch
1 parent ae4a944 commit 2d1a2de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ COPY --from=nginx /tmp/openresty-install/ /
129129
COPY --from=npm /tmp/nginx-proxy-manager-install/ /
130130
COPY --from=bcrypt-tool /tmp/go/bin/bcrypt-tool /usr/bin/
131131
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/ /
135132

136133
# Set internal environment variables.
137134
RUN \

0 commit comments

Comments
 (0)