Skip to content

Commit

Permalink
add pygments via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
JBuildman authored May 31, 2024
1 parent efdeba5 commit fe340c7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ RUN set -eux; \
liblua5.1-0 \
libzip4 \
s3cmd \
python3 \
python3-pip \
; \
rm -rf /var/lib/apt/lists/*


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

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

0 comments on commit fe340c7

Please sign in to comment.