Add linux-fresh container

This commit is contained in:
Zach Hilman 2018-12-29 17:50:32 -05:00
parent 51e5a2389f
commit c5db00ae59

4
linux-fresh/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install --no-install-recommends -y build-essential git libqt5opengl5-dev libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev wget cmake ninja-build ccache