mirror of
https://git.adityakumar.xyz/vo-docker.git
synced 2024-11-09 16:59:43 +00:00
add gtk3 support for update.rlb
This commit is contained in:
parent
dd7afcbe7d
commit
33aa278111
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM debian:latest
|
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
|
RUN dbus-uuidgen --ensure
|
||||||
WORKDIR /root/.vendetta
|
WORKDIR /root/.vendetta
|
||||||
RUN bash
|
RUN bash
|
||||||
|
|
Loading…
Reference in a new issue