From c5db00ae595b5b9ca5b84449b1a1e38a1b11d66c Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sat, 29 Dec 2018 17:50:32 -0500 Subject: [PATCH] Add linux-fresh container --- linux-fresh/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 linux-fresh/Dockerfile diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile new file mode 100644 index 0000000..a569af1 --- /dev/null +++ b/linux-fresh/Dockerfile @@ -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 \ No newline at end of file