Skip to content

Commit

Permalink
fix error: externally-managed-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolvverine committed Feb 1, 2024
1 parent 925c2f5 commit 4618255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_nginx-82
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN set -ex; \
tar \
tzdata \
; \
pip3 install \
pip3 install --break-system-packages \
j2cli \
jinja2-getenv-extension \
; \
Expand Down

0 comments on commit 4618255

Please sign in to comment.