File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ ENV FULL_REFRESH_DATE=20260317
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
3131
32+ RUN echo 'deb https://mirrors.edge.kernel.org/ubuntu jammy main restricted universe multiverse' > /etc/apt/sources.list.d/mirror.list && \
33+ echo 'deb https://mirrors.edge.kernel.org/ubuntu jammy-updates main restricted universe multiverse' >> /etc/apt/sources.list.d/mirror.list && \
34+ echo 'deb https://mirrors.edge.kernel.org/ubuntu jammy-security main restricted universe multiverse' >> /etc/apt/sources.list.d/mirror.list
35+
3236RUN apt-get update && apt-get install -y \
3337 build-essential \
3438 ca-certificates \
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ ENV DEBIAN_FRONTEND=noninteractive
2929ENV DEBCONF_NONINTERACTIVE_SEEN=true
3030ENV OPENSSL_FORCE_FIPS_MODE=0
3131
32+ RUN printf 'Types: deb\n URIs: https://mirrors.edge.kernel.org/ubuntu\n Suites: noble noble-updates noble-security\n Components: main restricted universe multiverse\n Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n ' > /etc/apt/sources.list.d/mirror.sources
33+
3234RUN apt-get update && apt-get install -y \
3335 ca-certificates \
3436 curl \
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ ENV FULL_REFRESH_DATE=20260316
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
3131
32+ RUN printf 'Types: deb\n URIs: https://mirrors.edge.kernel.org/ubuntu\n Suites: noble noble-updates noble-security\n Components: main restricted universe multiverse\n Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n ' > /etc/apt/sources.list.d/mirror.sources
33+
3234RUN apt-get update && apt-get install -y \
3335 build-essential \
3436 ca-certificates \
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ ENV FULL_REFRESH_DATE=20260316
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
3131
32+ RUN printf 'Types: deb\n URIs: https://mirrors.edge.kernel.org/ubuntu\n Suites: noble noble-updates noble-security\n Components: main restricted universe multiverse\n Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n ' > /etc/apt/sources.list.d/mirror.sources
33+
3234RUN apt-get update && apt-get install -y \
3335 build-essential \
3436 ca-certificates \
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ ENV FULL_REFRESH_DATE=20260207
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
3131
32+ RUN printf 'Types: deb\n URIs: https://mirrors.edge.kernel.org/ubuntu\n Suites: noble noble-updates noble-security\n Components: main restricted universe multiverse\n Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n ' > /etc/apt/sources.list.d/mirror.sources
33+
3234RUN apt-get update && apt-get install -y \
3335 build-essential \
3436 ca-certificates \
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ ENV FULL_REFRESH_DATE=20260210
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
3131
32+ RUN printf 'Types: deb\n URIs: https://mirrors.edge.kernel.org/ubuntu\n Suites: noble noble-updates noble-security\n Components: main restricted universe multiverse\n Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n ' > /etc/apt/sources.list.d/mirror.sources
33+
3234RUN apt-get update && apt-get install -y \
3335 build-essential \
3436 ca-certificates \
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ ENV FULL_REFRESH_DATE=20260210
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
3131
32+ RUN printf 'Types: deb\n URIs: https://mirrors.edge.kernel.org/ubuntu\n Suites: noble noble-updates noble-security\n Components: main restricted universe multiverse\n Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n ' > /etc/apt/sources.list.d/mirror.sources
33+
3234RUN apt-get update && apt-get install -y \
3335 build-essential \
3436 ca-certificates \
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ ENV FULL_REFRESH_DATE=20260210
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
3131
32+ RUN printf 'Types: deb\n URIs: https://mirrors.edge.kernel.org/ubuntu\n Suites: noble noble-updates noble-security\n Components: main restricted universe multiverse\n Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n ' > /etc/apt/sources.list.d/mirror.sources
33+
3234RUN apt-get update && apt-get install -y \
3335 build-essential \
3436 ca-certificates \
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ ENV FULL_REFRESH_DATE=20260210
3232ENV DEBIAN_FRONTEND=noninteractive
3333ENV DEBCONF_NONINTERACTIVE_SEEN=true
3434
35+ RUN printf 'Types: deb\n URIs: https://mirrors.edge.kernel.org/ubuntu\n Suites: noble noble-updates noble-security\n Components: main restricted universe multiverse\n Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n ' > /etc/apt/sources.list.d/mirror.sources
36+
3537RUN apt-get update && apt-get install -y \
3638 build-essential \
3739 ca-certificates \
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ ENV FULL_REFRESH_DATE=20260210
2929ENV DEBIAN_FRONTEND=noninteractive
3030ENV DEBCONF_NONINTERACTIVE_SEEN=true
3131
32+ RUN printf 'Types: deb\n URIs: https://mirrors.edge.kernel.org/ubuntu\n Suites: noble noble-updates noble-security\n Components: main restricted universe multiverse\n Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n ' > /etc/apt/sources.list.d/mirror.sources
33+
3234RUN apt-get update && apt-get install -y \
3335 build-essential \
3436 ca-certificates \
You can’t perform that action at this time.
0 commit comments