🗃️ Committing everything that changed 🗃️
Some checks failed
ubuntu-19-04 / ubuntu-19-04 (push) Failing after 3m56s
ubuntu-20-04 / ubuntu-20-04 (push) Failing after 7m40s
ubuntu-21-04 / ubuntu-21-04 (push) Failing after 2m51s
ubuntu-23-04 / ubuntu-23-04 (push) Failing after 4m42s
ubuntu-23-10 / ubuntu-23-10 (push) Failing after 5m35s
ubuntu-24-10 / ubuntu-24-10 (push) Failing after 1m37s
ubuntu-22-04 / ubuntu-22-04 (push) Successful in 1h26m17s
ubuntu-24-04 / ubuntu-24-04 (push) Successful in 1h52m3s
ubuntu-latest / ubuntu-latest (push) Successful in 1h51m31s

Dockerfile.19.04
Dockerfile.20.04
Dockerfile.21.04
Dockerfile.22.04
Dockerfile.23.04
Dockerfile.23.10
This commit is contained in:
casjay 2024-12-25 10:37:20 -05:00
parent ec31a14d3b
commit 36451f89aa
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
6 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,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"; \
sed -i 's|http://\([a-z0-9.-]*\)\.archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|' /etc/apt/sources.list; \
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

View File

@ -78,6 +78,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"; \
sed -i 's|http://\([a-z0-9.-]*\)\.archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|' /etc/apt/sources.list; \
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

View File

@ -78,6 +78,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"; \
sed -i 's|http://\([a-z0-9.-]*\)\.archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|' /etc/apt/sources.list; \
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

View File

@ -78,6 +78,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"; \
sed -i 's|http://\([a-z0-9.-]*\)\.archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|' /etc/apt/sources.list; \
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

View File

@ -78,6 +78,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"; \
sed -i 's|http://\([a-z0-9.-]*\)\.archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|' /etc/apt/sources.list; \
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

View File

@ -78,6 +78,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"; \
sed -i 's|http://\([a-z0-9.-]*\)\.archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|' /etc/apt/sources.list; \
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