mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2026-03-22 18:08:39 +00:00
Merge pull request #37 from liushuyu/gh-actions
linux-transifex: fix pip installation
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user