File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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
4537ARG CVE_UPDATES
You can’t perform that action at this time.
0 commit comments