File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN if [ "${CPU_ARCHITECTURE}" = "amd64" ]; then \
39
39
echo "deb http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
40
40
echo "deb-src http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
41
41
echo "deb http://ports.ubuntu.com/ubuntu-ports noble-backports main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
42
- echo "deb-src http://ports.ubuntu.com/ubuntu-portsnoble -backports main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
42
+ echo "deb-src http://ports.ubuntu.com/ubuntu-ports noble -backports main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
43
43
echo "deb http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
44
44
echo "deb-src http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
45
45
elif [ "${CPU_ARCHITECTURE}" = "arm64" ]; then \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN if [ "${CPU_ARCHITECTURE}" = "amd64" ]; then \
39
39
echo "deb http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
40
40
echo "deb-src http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
41
41
echo "deb http://ports.ubuntu.com/ubuntu-ports noble-backports main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
42
- echo "deb-src http://ports.ubuntu.com/ubuntu-portsnoble -backports main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
42
+ echo "deb-src http://ports.ubuntu.com/ubuntu-ports noble -backports main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
43
43
echo "deb http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
44
44
echo "deb-src http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
45
45
elif [ "${CPU_ARCHITECTURE}" = "arm64" ]; then \
You can’t perform that action at this time.
0 commit comments