create Dockerfile

This commit is contained in:
Aditya 2024-02-23 18:39:29 +05:30
parent 68928c81bc
commit c361fb007d
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM debian:latest
RUN apt-get update && apt-get install -y wget libgl-dev alsa-utils dbus* pulseaudio sox
RUN dbus-uuidgen --ensure
WORKDIR /root/.vendetta
RUN bash