mirror of
https://github.com/linuxserver/docker-baseimage-ubuntu.git
synced 2026-04-27 00:00:54 +08:00
Merge pull request #190 from linuxserver/resolute-deb822
This commit is contained in:
commit
463ae82025
@ -84,11 +84,10 @@ ENV HOME="/root" \
|
||||
PATH="/lsiopy/bin:$PATH"
|
||||
|
||||
# copy sources
|
||||
COPY sources.list /etc/apt/
|
||||
COPY ubuntu.sources /etc/apt/sources.d/ubuntu.sources
|
||||
|
||||
RUN \
|
||||
echo "**** Ripped from Ubuntu Docker Logic ****" && \
|
||||
rm -f /etc/apt/sources.list.d/ubuntu.sources && \
|
||||
set -xe && \
|
||||
echo '#!/bin/sh' \
|
||||
> /usr/sbin/policy-rc.d && \
|
||||
|
||||
@ -84,11 +84,10 @@ ENV HOME="/root" \
|
||||
PATH="/lsiopy/bin:$PATH"
|
||||
|
||||
# copy sources
|
||||
COPY sources.list.arm /etc/apt/sources.list
|
||||
COPY ubuntu.sources.arm /etc/apt/sources.d/ubuntu.sources
|
||||
|
||||
RUN \
|
||||
echo "**** Ripped from Ubuntu Docker Logic ****" && \
|
||||
rm -f /etc/apt/sources.list.d/ubuntu.sources && \
|
||||
set -xe && \
|
||||
echo '#!/bin/sh' \
|
||||
> /usr/sbin/policy-rc.d && \
|
||||
|
||||
12
sources.list
12
sources.list
@ -1,12 +0,0 @@
|
||||
deb http://archive.ubuntu.com/ubuntu/ resolute main restricted
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ resolute main restricted
|
||||
deb http://archive.ubuntu.com/ubuntu/ resolute-updates main restricted
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ resolute-updates main restricted
|
||||
deb http://archive.ubuntu.com/ubuntu/ resolute universe multiverse
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ resolute universe multiverse
|
||||
deb http://archive.ubuntu.com/ubuntu/ resolute-updates universe multiverse
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ resolute-updates universe multiverse
|
||||
deb http://archive.ubuntu.com/ubuntu/ resolute-security main restricted
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ resolute-security main restricted
|
||||
deb http://archive.ubuntu.com/ubuntu/ resolute-security universe multiverse
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ resolute-security universe multiverse
|
||||
@ -1,12 +0,0 @@
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ resolute main restricted multiverse
|
||||
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute main restricted multiverse
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ resolute-updates main restricted multiverse
|
||||
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute-updates main restricted multiverse
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ resolute universe
|
||||
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute universe
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ resolute-updates universe
|
||||
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute-updates universe
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ resolute-security main restricted multiverse
|
||||
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute-security main restricted multiverse
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ resolute-security universe
|
||||
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute-security universe
|
||||
11
ubuntu.sources
Normal file
11
ubuntu.sources
Normal file
@ -0,0 +1,11 @@
|
||||
Types: deb
|
||||
URIs: https://archive.ubuntu.com/ubuntu/
|
||||
Suites: resolute resolute-updates resolute-backports
|
||||
Components: main restricted universe multiverse
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: https://security.ubuntu.com/ubuntu/
|
||||
Suites: resolute-security
|
||||
Components: main restricted universe multiverse
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
11
ubuntu.sources.arm
Normal file
11
ubuntu.sources.arm
Normal file
@ -0,0 +1,11 @@
|
||||
Types: deb
|
||||
URIs: http://ports.ubuntu.com/ubuntu-ports
|
||||
Suites: resolute resolute-updates resolute-backports
|
||||
Components: main restricted universe multiverse
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: https://ports.ubuntu.com/ubuntu-ports
|
||||
Suites: resolute-security
|
||||
Components: main restricted universe multiverse
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
Loading…
x
Reference in New Issue
Block a user