Adding dockerfile.
This commit is contained in:
parent
90630c7ab6
commit
76745a1da8
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
from ubuntu:trusty
|
||||
|
||||
run apt-get update
|
||||
|
||||
run apt-get install -y build-essential
|
||||
run apt-get install -y gcc-mingw-w64
|
||||
run apt-get install -y cmake
|
||||
run apt-get install -y ninja-build
|
||||
run apt-get install -y xorg-dev
|
||||
run apt-get install -y freeglut3-dev
|
Loading…
Reference in New Issue
Block a user