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 Dockerfile.22.04 Dockerfile.23.04 Dockerfile.23.10 Dockerfile.24.04 Dockerfile.24.10
This commit is contained in:
		@@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
 | 
			
		||||
ENV TZ="${TIMEZONE}"
 | 
			
		||||
ENV TIMEZONE="${TZ}"
 | 
			
		||||
ENV LANG="${LANGUAGE}"
 | 
			
		||||
ENV LC_ALL="${LANGUAGE}"
 | 
			
		||||
ENV TERM="xterm-256color"
 | 
			
		||||
ENV HOSTNAME="casjaysdevdocker-ubuntu"
 | 
			
		||||
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
 | 
			
		||||
@@ -75,7 +76,7 @@ RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
  echo "$LANG UTF-8" >"/etc/locale.gen"; \
 | 
			
		||||
  echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
 | 
			
		||||
  apt update && apt install -yy bash locales apt-utils; \
 | 
			
		||||
  apt update && apt upgrade -yy && apt install -yy bash locales apt-utils; \
 | 
			
		||||
  dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
 | 
			
		||||
  update-alternatives --install /bin/sh sh /bin/bash 1 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user