mirror of
				https://github.com/dockersrc/ubuntu
				synced 2025-11-04 07:02:10 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
Dockerfile Dockerfile.19.04 Dockerfile.20.04 Dockerfile.21.04
This commit is contained in:
		@@ -79,7 +79,7 @@ RUN set -e; \
 | 
				
			|||||||
  echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
 | 
					  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; \
 | 
					  apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
 | 
				
			||||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
					  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"
 | 
					ENV SHELL="/bin/bash"
 | 
				
			||||||
SHELL [ "/bin/bash", "-c" ]
 | 
					SHELL [ "/bin/bash", "-c" ]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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/disco.list /etc/apt/sources.list
 | 
					#COPY ./rootfs/tmp/apt/disco.list /etc/apt/sources.list
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN set -e; \
 | 
					RUN set -e; \
 | 
				
			||||||
  echo "Setting up prerequisites"; \
 | 
					  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"; \
 | 
					  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; \
 | 
					  apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
 | 
				
			||||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
					  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"
 | 
					ENV SHELL="/bin/bash"
 | 
				
			||||||
SHELL [ "/bin/bash", "-c" ]
 | 
					SHELL [ "/bin/bash", "-c" ]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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/focal.list /etc/apt/sources.list
 | 
					#COPY ./rootfs/tmp/apt/focal.list /etc/apt/sources.list
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN set -e; \
 | 
					RUN set -e; \
 | 
				
			||||||
  echo "Setting up prerequisites"; \
 | 
					  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"; \
 | 
					  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; \
 | 
					  apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
 | 
				
			||||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
					  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"
 | 
					ENV SHELL="/bin/bash"
 | 
				
			||||||
SHELL [ "/bin/bash", "-c" ]
 | 
					SHELL [ "/bin/bash", "-c" ]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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/hirsute.list /etc/apt/sources.list
 | 
					#COPY ./rootfs/tmp/apt/hirsute.list /etc/apt/sources.list
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN set -e; \
 | 
					RUN set -e; \
 | 
				
			||||||
  echo "Setting up prerequisites"; \
 | 
					  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"; \
 | 
					  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; \
 | 
					  apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
 | 
				
			||||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
					  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"
 | 
					ENV SHELL="/bin/bash"
 | 
				
			||||||
SHELL [ "/bin/bash", "-c" ]
 | 
					SHELL [ "/bin/bash", "-c" ]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user