Skip to content

Commit

Permalink
fix python2 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Jun 2, 2022
1 parent bb0b43c commit 4791d7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ apk --no-cache add \
openjdk11-jre-headless \
perl \
py-pygments \
python2 \
python3 \
tar \
ttf-freefont \
wget \
xz
apk --no-cache add \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
python2

# Dependencies needed by latexindent
apk --no-cache add \
Expand Down

0 comments on commit 4791d7e

Please sign in to comment.