Update Dockerfile

add python-setuptools
This commit is contained in:
qurious-pixel 2020-07-21 12:45:10 -07:00 committed by GitHub
parent 7032593f6a
commit 063b787a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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