Initial commit.
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM debian:sid-slim
|
||||
|
||||
RUN apt-get -y update && \
|
||||
apt-get -y upgrade && \
|
||||
apt-get -y install scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev \
|
||||
libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev clang
|
||||
Reference in New Issue
Block a user