mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-01-20 22:21:01 +00:00
5 lines
179 B
Docker
5 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
|