Skip to content

Commit 463ae82

Browse files
authored
Merge pull request #190 from linuxserver/resolute-deb822
2 parents 5931a09 + 835fa44 commit 463ae82

6 files changed

Lines changed: 24 additions & 28 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

8989
RUN \
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 && \

Dockerfile.aarch64

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

8989
RUN \
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 && \

sources.list

Lines changed: 0 additions & 12 deletions
This file was deleted.

sources.list.arm

Lines changed: 0 additions & 12 deletions
This file was deleted.

ubuntu.sources

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

ubuntu.sources.arm

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

0 commit comments

Comments
 (0)