change sudo install back to apt-get
This commit is contained in:
parent
320b811cc3
commit
454b245520
|
@ -51,7 +51,7 @@ VOLUME /home/octoprint/.octoprint
|
|||
|
||||
USER root
|
||||
|
||||
RUN apt install -y sudo
|
||||
RUN apt-get install -y sudo
|
||||
|
||||
COPY klippy.sudoers /etc/sudoers.d/klippy
|
||||
|
||||
|
|
Loading…
Reference in New Issue