Skip to content

Commit

Permalink
don't remove dbus daemon as it is easier to work with than dbus broke…
Browse files Browse the repository at this point in the history
…r when started in terminal
  • Loading branch information
jbbjarnason committed Jun 11, 2024
1 parent 027e589 commit 58f048b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions containers/tfc-runtime/tfc-runtime.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
FROM debian:testing-slim

RUN apt-get update && apt-get install -y systemd dbus-broker
RUN apt-get remove -y dbus-daemon

# Todo can we copy build debian to container and build it in the pipeline
# Let's keep the dbus-daemon for now, it is easier to fork from terminal when using the container in workflows
# $ dbus-daemon --system
#RUN apt-get remove -y dbus-daemon

RUN ([ -d /lib/systemd/system/sysinit.target.wants ] && cd /lib/systemd/system/sysinit.target.wants/ && for i in *; do [ $i == \
systemd-tmpfiles-setup.service ] || rm -f $i; done); \
Expand Down

0 comments on commit 58f048b

Please sign in to comment.