initial commit
This commit is contained in:
commit
f2f9998d8b
16
Dockerfile
Normal file
16
Dockerfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
FROM alpine:3.21.3
|
||||||
|
|
||||||
|
RUN apk add \
|
||||||
|
scons \
|
||||||
|
pkgconf \
|
||||||
|
gcc \
|
||||||
|
g++ \
|
||||||
|
libx11-dev \
|
||||||
|
libxcursor-dev \
|
||||||
|
libxinerama-dev \
|
||||||
|
libxi-dev \
|
||||||
|
libxrandr-dev \
|
||||||
|
mesa-dev \
|
||||||
|
eudev-dev \
|
||||||
|
alsa-lib-dev \
|
||||||
|
pulseaudio-dev
|
Loading…
x
Reference in New Issue
Block a user