Skip to content

Commit

Permalink
add flag to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
JBuildman authored May 31, 2024
1 parent c907d0d commit 93686a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN set -eux; \

# Install the Python packages we need
RUN set -eux; \
pip3 install Pygments \
pip3 install Pygments --break-system-packages\
;

# Install the PHP extensions we need
Expand Down

0 comments on commit 93686a1

Please sign in to comment.