Update Dockerfile

This commit is contained in:
Justin Hammond 2024-07-27 00:23:02 +08:00 committed by GitHub
parent 2048b5da0b
commit 6e1438a3a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,2 @@
FROM riscv64/ubuntu
RUN apt update && apt upgrade && apt install sudo && echo "ALL ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers
RUN apt update && apt upgrade -y && apt install -y sudo && echo "ALL ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers