diff --git a/Dockerfile b/Dockerfile index fedaa6e..c96960c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,8 @@ COPY klippy.sudoers /etc/sudoers.d/klippy RUN useradd -ms /bin/bash klippy # This is to allow the install script to run without error -#RUN ln -s /bin/true /bin/systemctl +RUN rm -f /bin/systemctl +RUN ln -s /bin/true /bin/systemctl USER octoprint