🗃️ 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:
casjay 2024-08-19 17:27:31 -04:00
parent 8fdec4ce05
commit f29b9c8b0d
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
9 changed files with 18 additions and 9 deletions

View File

@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
ENV TZ="${TIMEZONE}" ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}" ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}" ENV LANG="${LANGUAGE}"
ENV LC_ALL="${LANGUAGE}"
ENV TERM="xterm-256color" ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-ubuntu" ENV HOSTNAME="casjaysdevdocker-ubuntu"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}" ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
@ -75,7 +76,7 @@ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \ 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

View File

@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
ENV TZ="${TIMEZONE}" ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}" ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}" ENV LANG="${LANGUAGE}"
ENV LC_ALL="${LANGUAGE}"
ENV TERM="xterm-256color" ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-ubuntu" ENV HOSTNAME="casjaysdevdocker-ubuntu"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}" ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
@ -76,7 +77,7 @@ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \ 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

View File

@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
ENV TZ="${TIMEZONE}" ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}" ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}" ENV LANG="${LANGUAGE}"
ENV LC_ALL="${LANGUAGE}"
ENV TERM="xterm-256color" ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-ubuntu" ENV HOSTNAME="casjaysdevdocker-ubuntu"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}" ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
@ -76,7 +77,7 @@ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \ 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

View File

@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
ENV TZ="${TIMEZONE}" ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}" ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}" ENV LANG="${LANGUAGE}"
ENV LC_ALL="${LANGUAGE}"
ENV TERM="xterm-256color" ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-ubuntu" ENV HOSTNAME="casjaysdevdocker-ubuntu"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}" ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
@ -76,7 +77,7 @@ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \ 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

View File

@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
ENV TZ="${TIMEZONE}" ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}" ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}" ENV LANG="${LANGUAGE}"
ENV LC_ALL="${LANGUAGE}"
ENV TERM="xterm-256color" ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-ubuntu" ENV HOSTNAME="casjaysdevdocker-ubuntu"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}" ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
@ -76,7 +77,7 @@ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \ 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

View File

@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
ENV TZ="${TIMEZONE}" ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}" ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}" ENV LANG="${LANGUAGE}"
ENV LC_ALL="${LANGUAGE}"
ENV TERM="xterm-256color" ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-ubuntu" ENV HOSTNAME="casjaysdevdocker-ubuntu"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}" ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
@ -76,7 +77,7 @@ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \ 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

View File

@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
ENV TZ="${TIMEZONE}" ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}" ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}" ENV LANG="${LANGUAGE}"
ENV LC_ALL="${LANGUAGE}"
ENV TERM="xterm-256color" ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-ubuntu" ENV HOSTNAME="casjaysdevdocker-ubuntu"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}" ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
@ -76,7 +77,7 @@ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \ 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

View File

@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
ENV TZ="${TIMEZONE}" ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}" ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}" ENV LANG="${LANGUAGE}"
ENV LC_ALL="${LANGUAGE}"
ENV TERM="xterm-256color" ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-ubuntu" ENV HOSTNAME="casjaysdevdocker-ubuntu"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}" ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
@ -76,7 +77,7 @@ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \ 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

View File

@ -62,6 +62,7 @@ ENV SHELL="/bin/sh"
ENV TZ="${TIMEZONE}" ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}" ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}" ENV LANG="${LANGUAGE}"
ENV LC_ALL="${LANGUAGE}"
ENV TERM="xterm-256color" ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-ubuntu" ENV HOSTNAME="casjaysdevdocker-ubuntu"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}" ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
@ -76,7 +77,7 @@ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \ 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