Skip to content

Commit

Permalink
#27 pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 30, 2022
1 parent 614a665 commit 38dcacb
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 @@ -207,6 +207,10 @@ RUN apt-get update -y --fix-missing && \
RUN python --version
RUN pip --version

# Pygments
RUN apt-get install -y python3-pygments
RUN pip3 install pygments

# NodeJS
RUN rm -rf /usr/lib/node_modules && \
(curl -fsSL https://deb.nodesource.com/setup_17.x | sudo -E bash -) && \
Expand Down

0 comments on commit 38dcacb

Please sign in to comment.