File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,11 +84,10 @@ ENV HOME="/root" \
8484 PATH="/lsiopy/bin:$PATH"
8585
8686# copy sources
87- COPY sources.list /etc/apt/
87+ COPY ubuntu.sources /etc/apt/sources.d/ubuntu.sources
8888
8989RUN \
9090 echo "**** Ripped from Ubuntu Docker Logic ****" && \
91- rm -f /etc/apt/sources.list.d/ubuntu.sources && \
9291 set -xe && \
9392 echo '#!/bin/sh' \
9493 > /usr/sbin/policy-rc.d && \
Original file line number Diff line number Diff line change @@ -84,11 +84,10 @@ ENV HOME="/root" \
8484 PATH="/lsiopy/bin:$PATH"
8585
8686# copy sources
87- COPY sources.list. arm /etc/apt/sources.list
87+ COPY ubuntu. sources.arm /etc/apt/sources.d/ubuntu.sources
8888
8989RUN \
9090 echo "**** Ripped from Ubuntu Docker Logic ****" && \
91- rm -f /etc/apt/sources.list.d/ubuntu.sources && \
9291 set -xe && \
9392 echo '#!/bin/sh' \
9493 > /usr/sbin/policy-rc.d && \
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ Types: deb
2+ URIs: https://archive.ubuntu.com/ubuntu/
3+ Suites: resolute resolute-updates resolute-backports
4+ Components: main restricted universe multiverse
5+ Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
6+
7+ Types: deb
8+ URIs: https://security.ubuntu.com/ubuntu/
9+ Suites: resolute-security
10+ Components: main restricted universe multiverse
11+ Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Original file line number Diff line number Diff line change 1+ Types: deb
2+ URIs: http://ports.ubuntu.com/ubuntu-ports
3+ Suites: resolute resolute-updates resolute-backports
4+ Components: main restricted universe multiverse
5+ Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
6+
7+ Types: deb
8+ URIs: https://ports.ubuntu.com/ubuntu-ports
9+ Suites: resolute-security
10+ Components: main restricted universe multiverse
11+ Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
You can’t perform that action at this time.
0 commit comments