Skip to content

Commit 5289ea8

Browse files
committed
Dockerfile update.
1 parent 26128bb commit 5289ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile_hub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN if [ "${CPU_ARCHITECTURE}" = "amd64" ]; then \
3939
echo "deb http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
4040
echo "deb-src http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
4141
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 ; \
4343
echo "deb http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
4444
echo "deb-src http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
4545
elif [ "${CPU_ARCHITECTURE}" = "arm64" ]; then \

Dockerfile_singleuser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN if [ "${CPU_ARCHITECTURE}" = "amd64" ]; then \
3939
echo "deb http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
4040
echo "deb-src http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
4141
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 ; \
4343
echo "deb http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
4444
echo "deb-src http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
4545
elif [ "${CPU_ARCHITECTURE}" = "arm64" ]; then \

0 commit comments

Comments
 (0)