mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 03:35:36 +01: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
|