mirror of
				https://github.com/dockersrc/ubuntu
				synced 2025-11-04 01:02:41 -05:00 
			
		
		
		
	Merge branch 'main' of https://github.com/casjaysdev/docker-ubuntu
This commit is contained in:
		@@ -72,7 +72,7 @@ WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
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; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
@@ -80,7 +80,7 @@ RUN set -e; \
 | 
			
		||||
  echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
 | 
			
		||||
  apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
 | 
			
		||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1 
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1
 | 
			
		||||
 | 
			
		||||
ENV SHELL="/bin/bash"
 | 
			
		||||
SHELL [ "/bin/bash", "-c" ]
 | 
			
		||||
 
 | 
			
		||||
@@ -72,7 +72,7 @@ WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
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; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
@@ -80,7 +80,7 @@ RUN set -e; \
 | 
			
		||||
  echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
 | 
			
		||||
  apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
 | 
			
		||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1 
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1
 | 
			
		||||
 | 
			
		||||
ENV SHELL="/bin/bash"
 | 
			
		||||
SHELL [ "/bin/bash", "-c" ]
 | 
			
		||||
 
 | 
			
		||||
@@ -72,7 +72,7 @@ WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
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; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
@@ -80,7 +80,7 @@ RUN set -e; \
 | 
			
		||||
  echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
 | 
			
		||||
  apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
 | 
			
		||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1 
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1
 | 
			
		||||
 | 
			
		||||
ENV SHELL="/bin/bash"
 | 
			
		||||
SHELL [ "/bin/bash", "-c" ]
 | 
			
		||||
 
 | 
			
		||||
@@ -72,7 +72,7 @@ WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
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; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
@@ -80,7 +80,7 @@ RUN set -e; \
 | 
			
		||||
  echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
 | 
			
		||||
  apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
 | 
			
		||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1 
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1
 | 
			
		||||
 | 
			
		||||
ENV SHELL="/bin/bash"
 | 
			
		||||
SHELL [ "/bin/bash", "-c" ]
 | 
			
		||||
 
 | 
			
		||||
@@ -72,7 +72,7 @@ WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
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; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
@@ -80,7 +80,7 @@ RUN set -e; \
 | 
			
		||||
  echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
 | 
			
		||||
  apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
 | 
			
		||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1 
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1
 | 
			
		||||
 | 
			
		||||
ENV SHELL="/bin/bash"
 | 
			
		||||
SHELL [ "/bin/bash", "-c" ]
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
# 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-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-proposed 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
 | 
			
		||||
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-proposed 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
 | 
			
		||||
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-proposed 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
 | 
			
		||||
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-proposed 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
 | 
			
		||||
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-proposed main restricted universe multiverse
 | 
			
		||||
#deb http://archive.ubuntu.com/ubuntu oracular-backports main restricted universe multiverse
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user