linux-transifex: fix pip installation

This commit is contained in:
liushuyu 2021-09-17 01:21:00 -06:00
parent 3c84e18a76
commit 99b35c2ac1
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -2,6 +2,7 @@ FROM alpine
MAINTAINER yuzu MAINTAINER yuzu
RUN adduser -u 1027 -D -s /bin/bash yuzu && \ RUN adduser -u 1027 -D -s /bin/bash yuzu && \
apk update && apk add build-base \ apk update && apk add build-base \
py3-pip \
cmake \ cmake \
python3-dev \ python3-dev \
qt5-qttools-dev \ qt5-qttools-dev \