Skip to content

Commit

Permalink
update to python 3 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColorDarkBlue authored Jun 14, 2024
1 parent fbe8827 commit 9dbaf09
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 @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -q && apt-get install -qy \
curl jq \
texlive-full \
python-pygments gnuplot \
python3-pygments gnuplot \
make git \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9dbaf09

Please sign in to comment.