mirror of
https://github.com/Fishwaldo/rvimage.git
synced 2025-03-15 11:31:38 +00:00
Update Dockerfile
This commit is contained in:
parent
2048b5da0b
commit
6e1438a3a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue