mirror of
https://github.com/dockersrc/debian
synced 2025-01-18 00:34:22 -05:00
🗃️ 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
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:
parent
610fec8e74
commit
e97ff7eb62
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user