Initial commit.

This commit is contained in:
2023-06-18 13:28:36 +02:00
commit ceb1ec2a3e
2 changed files with 68 additions and 0 deletions

6
Dockerfile Normal file
View 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