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
75ca235e91
commit
9d1b116e6e
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
FROM riscv64/ubuntu
|
||||
RUN apt update && apt upgrade -y && apt install -y sudo && echo "ALL ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||
COPY sudo /etc/pam.d/
|
||||
FROM riscv64/ubuntu:24.10
|
||||
RUN apt update && apt upgrade -y
|
||||
RUN echo 'root:riscv' | chpasswd
|
||||
|
|
Loading…
Add table
Reference in a new issue