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

5
linux-fresh/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM ubuntu:18.04
MAINTAINER yuzu
RUN useradd -m -s /bin/bash yuzu
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install --no-install-recommends -y build-essential libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev libqt5opengl5-dev wget git ccache cmake ninja-build