Skip to content

Commit

Permalink
Locate Pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored May 28, 2024
1 parent a14dc80 commit ad0d655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

# Find where the Pygments library is located, because Python directory is not static
# We need it for Extension:SyntaxHighlight
RUN WHERETFRU_PYGMENTS=$(dpkg -L python3-pygments) && echo "$WHERETFRU_PYGMENTS"

# Install the PHP extensions we need
RUN set -eux; \
\
Expand Down

0 comments on commit ad0d655

Please sign in to comment.