change sudo install back to apt-get

This commit is contained in:
seanauff 2020-05-29 16:04:17 -04:00 committed by GitHub
parent 320b811cc3
commit 454b245520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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