mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-21 21:35:58 +01:00
Initial addition of build-environment files.
This commit is contained in:
parent
51e5a2389f
commit
8a43699577
7 changed files with 299 additions and 0 deletions
4
linux-transifex/Dockerfile
Normal file
4
linux-transifex/Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM alpine
|
||||
RUN adduser -u 1000 -D -s /bin/bash yuzu
|
||||
RUN apk update && apk add build-base cmake python3-dev qt5-qttools-dev qt5-qtmultimedia-dev
|
||||
RUN pip3 install transifex-client
|
||||
Loading…
Add table
Add a link
Reference in a new issue