1
0
Fork 0
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:
Maciek 2024-10-28 15:18:23 +01:00 committed by GitHub
parent 2c1d2d74bc
commit 012c192f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \