mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 05:19:36 +00:00
Missing python3-venv in Dockerfile (#2282)
This commit is contained in:
parent
2c1d2d74bc
commit
012c192f00
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
|
|||
pkg-config \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-venv \
|
||||
git \
|
||||
wget \
|
||||
unzip \
|
||||
|
|
Loading…
Reference in a new issue