diff --git a/Dockerfile b/Dockerfile index 3e688b4..af93fb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:22.04 ARG ARCH=amd64 +ENV SYSTEMD_IGNORE_CHROOT=1 COPY scripts/hyperkube /hyperkube COPY scripts/iptables-wrapper-installer.sh /usr/sbin/iptables-wrapper-installer.sh