File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ ENV HOME="/root" \
8585 PATH="/lsiopy/bin:$PATH"
8686
8787# copy sources
88- COPY sources.list /etc/apt/
88+ COPY sources.list.riscv /etc/apt/sources.list
8989
9090RUN \
9191 echo "**** Ripped from Ubuntu Docker Logic ****" && \
Original file line number Diff line number Diff line change 1+ deb http://ports.ubuntu.com/ubuntu-ports/ noble main restricted multiverse
2+ deb-src http://ports.ubuntu.com/ubuntu-ports/ noble main restricted multiverse
3+ deb http://ports.ubuntu.com/ubuntu-ports/ noble-updates main restricted multiverse
4+ deb-src http://ports.ubuntu.com/ubuntu-ports/ noble-updates main restricted multiverse
5+ deb http://ports.ubuntu.com/ubuntu-ports/ noble universe
6+ deb-src http://ports.ubuntu.com/ubuntu-ports/ noble universe
7+ deb http://ports.ubuntu.com/ubuntu-ports/ noble-updates universe
8+ deb-src http://ports.ubuntu.com/ubuntu-ports/ noble-updates universe
9+ deb http://ports.ubuntu.com/ubuntu-ports/ noble-security main restricted multiverse
10+ deb-src http://ports.ubuntu.com/ubuntu-ports/ noble-security main restricted multiverse
11+ deb http://ports.ubuntu.com/ubuntu-ports/ noble-security universe
12+ deb-src http://ports.ubuntu.com/ubuntu-ports/ noble-security universe
You can’t perform that action at this time.
0 commit comments