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