Adding dockerfile.
This commit is contained in:
parent
97d1694b38
commit
79b76bfba1
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