Initial addition of build-environment files.

This commit is contained in:
chris062689 2019-03-22 20:27:11 -04:00
parent 51e5a2389f
commit 8a43699577
7 changed files with 299 additions and 0 deletions

View 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