mirror of
https://github.com/dockersrc/ubuntu
synced 2024-11-22 05:23:06 -05:00
Merge branch 'main' of https://github.com/casjaysdev/docker-ubuntu
This commit is contained in:
commit
faadddc6cf
@ -72,7 +72,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||||
COPY ./rootfs/tmp/apt/jammy.list /etc/apt/sources.list
|
#COPY ./rootfs/tmp/apt/jammy.list /etc/apt/sources.list
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
echo "Setting up prerequisites"; \
|
echo "Setting up prerequisites"; \
|
||||||
|
@ -72,7 +72,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||||
COPY ./rootfs/tmp/apt/lunar.list /etc/apt/sources.list
|
#COPY ./rootfs/tmp/apt/lunar.list /etc/apt/sources.list
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
echo "Setting up prerequisites"; \
|
echo "Setting up prerequisites"; \
|
||||||
|
@ -72,7 +72,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||||
COPY ./rootfs/tmp/apt/mantic.list /etc/apt/sources.list
|
#COPY ./rootfs/tmp/apt/mantic.list /etc/apt/sources.list
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
echo "Setting up prerequisites"; \
|
echo "Setting up prerequisites"; \
|
||||||
|
@ -72,7 +72,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||||
COPY ./rootfs/tmp/apt/noble.list /etc/apt/sources.list
|
#COPY ./rootfs/tmp/apt/noble.list /etc/apt/sources.list
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
echo "Setting up prerequisites"; \
|
echo "Setting up prerequisites"; \
|
||||||
|
@ -72,7 +72,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||||
COPY ./rootfs/etc/apt/. /etc/apt/
|
COPY ./rootfs/etc/apt/. /etc/apt/
|
||||||
COPY ./rootfs/tmp/apt/oracular.list /etc/apt/sources.list
|
#COPY ./rootfs/tmp/apt/oracular.list /etc/apt/sources.list
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
echo "Setting up prerequisites"; \
|
echo "Setting up prerequisites"; \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Source list for ubuntu 22.04 - jammy
|
# Source list for ubuntu 22.04 - jammy
|
||||||
deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse
|
deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse
|
||||||
deb http://archive.ubuntu.com/ubuntu jammy-updates main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu jammy-updates main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu jammy-security main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu jammy-security main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu jammy-proposed main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu jammy-proposed main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Source list for ubuntu 23.04 - lunar
|
# Source list for ubuntu 23.04 - lunar
|
||||||
deb http://archive.ubuntu.com/ubuntu lunar main restricted universe multiverse
|
deb http://archive.ubuntu.com/ubuntu lunar main restricted universe multiverse
|
||||||
deb http://archive.ubuntu.com/ubuntu lunar-updates main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu lunar-updates main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu lunar-security main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu lunar-security main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu lunar-proposed main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu lunar-proposed main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu lunar-backports main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu lunar-backports main restricted universe multiverse
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Source list for ubuntu 23.10 - mantic
|
# Source list for ubuntu 23.10 - mantic
|
||||||
deb http://archive.ubuntu.com/ubuntu mantic main restricted universe multiverse
|
deb http://archive.ubuntu.com/ubuntu mantic main restricted universe multiverse
|
||||||
deb http://archive.ubuntu.com/ubuntu mantic-updates main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu mantic-updates main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu mantic-security main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu mantic-security main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu mantic-proposed main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu mantic-proposed main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu mantic-backports main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu mantic-backports main restricted universe multiverse
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Source list for ubuntu 24.04 - noble
|
# Source list for ubuntu 24.04 - noble
|
||||||
deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse
|
deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse
|
||||||
deb http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse
|
######deb http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu noble-security main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu noble-security main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu noble-proposed main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu noble-proposed main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Source list for ubuntu 24.10 - oracular
|
# Source list for ubuntu 24.10 - oracular
|
||||||
deb http://archive.ubuntu.com/ubuntu oracular main restricted universe multiverse
|
deb http://archive.ubuntu.com/ubuntu oracular main restricted universe multiverse
|
||||||
deb http://archive.ubuntu.com/ubuntu oracular-updates main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu oracular-updates main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu oracular-security main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu oracular-security main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu oracular-proposed main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu oracular-proposed main restricted universe multiverse
|
||||||
#deb http://archive.ubuntu.com/ubuntu oracular-backports main restricted universe multiverse
|
#deb http://archive.ubuntu.com/ubuntu oracular-backports main restricted universe multiverse
|
||||||
|
Loading…
Reference in New Issue
Block a user