mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-26 03:28:28 +00: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
|