aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya <bluenerd@protonmail.com>2024-03-07 17:10:44 +0530
committerAditya <bluenerd@protonmail.com>2024-03-07 17:10:44 +0530
commit33aa2781119487a54cbfcf8806d42526f1550896 (patch)
tree2415ee26b8928090a628e860f822cc61ef114e5e
parentdd7afcbe7d8e38cdef31c111baf7cae51c389b00 (diff)
add gtk3 support for update.rlb
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3eb6b54..8e02ae5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM debian:latest
-RUN apt-get update && apt-get install -y wget libgl-dev alsa-utils dbus* pulseaudio sox
+RUN apt-get update && apt-get --no-install-recommends install -y wget libgl-dev alsa-utils dbus* pulseaudio sox libgtk-3-0
RUN dbus-uuidgen --ensure
WORKDIR /root/.vendetta
RUN bash