mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 17:27:06 +00:00
Update Dockerfile
add python-setuptools
This commit is contained in:
parent
7032593f6a
commit
063b787a82
|
@ -15,6 +15,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
python \
|
python \
|
||||||
python-pip \
|
python-pip \
|
||||||
|
python-setuptools \
|
||||||
qtbase5-dev \
|
qtbase5-dev \
|
||||||
qtbase5-private-dev \
|
qtbase5-private-dev \
|
||||||
qttools5-dev \
|
qttools5-dev \
|
||||||
|
|
Loading…
Reference in a new issue