mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 05:45:38 +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
|
||||
RUN adduser -u 1027 -D -s /bin/bash yuzu && \
|
||||
apk update && apk add build-base \
|
||||
py3-pip \
|
||||
cmake \
|
||||
python3-dev \
|
||||
qt5-qttools-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user