🗃️ Committing everything that changed 🗃️
Some checks failed
debian-12 / debian-12 (push) Successful in 1h58m20s
debian-11 / debian-11 (push) Successful in 2h2m30s
debian-10 / debian-10 (push) Successful in 2h56m20s
debian-13 / debian-13 (push) Failing after 3h14m51s
debian-latest / debian-latest (push) Successful in 1h47m8s

Dockerfile
Dockerfile.10
Dockerfile.11
Dockerfile.12
Dockerfile.13
This commit is contained in:
casjay 2024-12-25 10:05:24 -05:00
parent 610fec8e74
commit e97ff7eb62
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
5 changed files with 5 additions and 5 deletions

View File

@ -75,7 +75,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 install -yy bash locales apt-utils python3-tz; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1

View File

@ -75,7 +75,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 install -yy bash locales apt-utils python3-tz; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1

View File

@ -75,7 +75,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 install -yy bash locales apt-utils python3-tz; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1

View File

@ -75,7 +75,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 install -yy bash locales apt-utils python3-tz; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1

View File

@ -75,7 +75,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 install -yy bash locales apt-utils python3-tz; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1