Skip to content

Commit

Permalink
Install Pygments globally
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored May 28, 2024
1 parent a4882b3 commit 075e5b0
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; \

# Find where the Pygments library is located, because Python directory is not static
# We need it for Extension:SyntaxHighlight
RUN pipx install pygments
RUN pipx install pygments --global
RUN pipx list

# Install the PHP extensions we need
Expand Down

0 comments on commit 075e5b0

Please sign in to comment.