mirror of
https://github.com/dockersrc/ubuntu
synced 2025-01-18 12:34:25 -05:00
🗃️ 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
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:
parent
ec31a14d3b
commit
36451f89aa
@ -78,6 +78,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"; \
|
||||
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; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
|
||||
update-alternatives --install /bin/sh sh /bin/bash 1
|
||||
|
@ -78,6 +78,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"; \
|
||||
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; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
|
||||
update-alternatives --install /bin/sh sh /bin/bash 1
|
||||
|
@ -78,6 +78,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"; \
|
||||
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; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
|
||||
update-alternatives --install /bin/sh sh /bin/bash 1
|
||||
|
@ -78,6 +78,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"; \
|
||||
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; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
|
||||
update-alternatives --install /bin/sh sh /bin/bash 1
|
||||
|
@ -78,6 +78,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"; \
|
||||
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; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
|
||||
update-alternatives --install /bin/sh sh /bin/bash 1
|
||||
|
@ -78,6 +78,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"; \
|
||||
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; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
|
||||
update-alternatives --install /bin/sh sh /bin/bash 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user