Remove dbus (#55)

* remove dbus.

* xfce needs dbus installed.
This commit is contained in:
Miroslav Šedivý
2023-09-11 16:49:45 +02:00
committed by GitHub
parent 4da7869e70
commit d09e421a51
6 changed files with 5 additions and 30 deletions

View File

@ -7,7 +7,7 @@ ARG SRC_URL="https://download.mozilla.org/?product=firefox-latest&os=linux64&lan
# install xfce and firefox
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends \
xfce4 xfce4-terminal sudo \
dbus-x11 xfce4 xfce4-terminal sudo \
xz-utils bzip2 libgtk-3-0 libdbus-glib-1-2; \
#
# fetch latest firefox release