mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-24 08:15:11 +01:00
4 lines
179 B
Docker
4 lines
179 B
Docker
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
|