Skip to content

Commit

Permalink
Install Python3.10 in Dockerfile
Browse files Browse the repository at this point in the history
flow-parser needs it now.
  • Loading branch information
NatKarmios committed Aug 4, 2023
1 parent 318aa07 commit 21339fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt-get install -y \
curl \
git \
zsh \
m4
m4 \
python3

RUN npm install -g [email protected] --unsafe-perm

Expand Down

0 comments on commit 21339fe

Please sign in to comment.