aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya <bluenerd@protonmail.com>2024-02-23 18:39:29 +0530
committerAditya <bluenerd@protonmail.com>2024-02-23 18:39:29 +0530
commitc361fb007d86b60fba30564e1b626b454da6fabc (patch)
treed0c2549eb12784052327c812ff1d3576d79ed671
parent68928c81bcf837353f35bf3a6d0c2b842bb24db4 (diff)
create Dockerfile
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..3eb6b54
--- /dev/null
+++ b/Dockerfile
@@ -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