mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 11:25:46 +01:00
Merge pull request #37 from liushuyu/gh-actions
linux-transifex: fix pip installation
This commit is contained in:
commit
172c2c2df5
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user