🗃️ 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:37:33 -04:00
parent f29b9c8b0d
commit 068068ad0e
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
9 changed files with 9 additions and 9 deletions

View File

@ -76,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 upgrade -yy && apt install -yy bash locales apt-utils; \ apt update && apt upgrade -yy && apt 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

View File

@ -77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ apt update && apt upgrade -yy && apt 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

View File

@ -77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ apt update && apt upgrade -yy && apt 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

View File

@ -77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ apt update && apt upgrade -yy && apt 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

View File

@ -77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ apt update && apt upgrade -yy && apt 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

View File

@ -77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ apt update && apt upgrade -yy && apt 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

View File

@ -77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ apt update && apt upgrade -yy && apt 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

View File

@ -77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ apt update && apt upgrade -yy && apt 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

View File

@ -77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ apt update && apt upgrade -yy && apt 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