Skip to content

Commit

Permalink
Remove unnecessary D-Bus requirements (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Aug 22, 2024
1 parent 7ae0e50 commit 25f1e25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supervisor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends \
dbus \
dbus-x11 \
dbus-daemon \
network-manager \
libpulse0 \
xz-utils
Expand Down

0 comments on commit 25f1e25

Please sign in to comment.