Skip to content

Commit 9ec734d

Browse files
committed
[ubuntu24.04-precompiled] remove redundant apt sources config
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 5261e38 commit 9ec734d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ubuntu24.04/precompiled/Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,7 @@ RUN dpkg --add-architecture i386 && \
3131
pkg-config && \
3232
rm -rf /var/lib/apt/lists/*
3333

34-
RUN echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble main universe" > /etc/apt/sources.list && \
35-
echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble-updates main universe" >> /etc/apt/sources.list && \
36-
echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble-security main universe" >> /etc/apt/sources.list && \
37-
echo "deb [arch=amd64] http://us.archive.ubuntu.com/ubuntu noble-updates main restricted" >> /etc/apt/sources.list && \
38-
echo "deb [arch=amd64] http://us.archive.ubuntu.com/ubuntu noble-security main restricted" >> /etc/apt/sources.list && \
39-
usermod -o -u 0 -g 0 _apt
40-
41-
RUN curl -fsSL -o /usr/local/bin/donkey https://github.com/3XX0/donkey/releases/download/v1.1.0/donkey && \
42-
chmod +x /usr/local/bin/donkey
34+
RUN usermod -o -u 0 -g 0 _apt
4335

4436
# Install / upgrade packages here that are required to resolve CVEs
4537
ARG CVE_UPDATES

0 commit comments

Comments
 (0)