Skip to content

Commit b66f7f4

Browse files
obnoxxxafbjorklund
andcommitted
kicbase: fix the docker driver with cri-o runtime: install dbus
minikube would not start a cluster successfully with docker driver and crio runtime due to missing dbus packages Adding dbus packages to the kicbase image build lets minikube start to complete successfully. Signed-off-by: Michael Adam <obnox@samba.org> Co-authored-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
1 parent e4c8917 commit b66f7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kicbase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN echo "Ensuring scripts are executable ..." \
9191
&& chmod +x /usr/local/bin/clean-install /usr/local/bin/entrypoint \
9292
&& echo "Installing Packages ..." \
9393
&& DEBIAN_FRONTEND=noninteractive clean-install \
94-
systemd \
94+
systemd dbus \
9595
conntrack iptables iproute2 ethtool socat util-linux mount ebtables udev kmod \
9696
libseccomp2 pigz \
9797
bash ca-certificates curl rsync \

0 commit comments

Comments
 (0)