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
7bb6b4795d
commit
66899dfeed
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM riscv64/ubuntu:24.10
|
|||
RUN apt update && \
|
||||
apt upgrade -y && \
|
||||
apt install -y build-essential cargo golang && \
|
||||
sed -i -e 's/ports.ubuntu.com/mirror.sg.gs/g' /etc/apt/sources.list.d/ubuntu.sources &&
|
||||
sed -i -e 's/ports.ubuntu.com/mirror.sg.gs/g' /etc/apt/sources.list.d/ubuntu.sources && \
|
||||
rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
|
||||
RUN echo 'root:riscv' | chpasswd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue