From e97ff7eb62132bee5f55314418183b521a34f873 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 25 Dec 2024 10:05:24 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile Dockerfile.10 Dockerfile.11 Dockerfile.12 Dockerfile.13 --- Dockerfile | 2 +- Dockerfile.10 | 2 +- Dockerfile.11 | 2 +- Dockerfile.12 | 2 +- Dockerfile.13 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7536c3e..cd5505b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.10 b/Dockerfile.10 index 453842d..4506f20 100644 --- a/Dockerfile.10 +++ b/Dockerfile.10 @@ -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 diff --git a/Dockerfile.11 b/Dockerfile.11 index 46be3db..e13670a 100644 --- a/Dockerfile.11 +++ b/Dockerfile.11 @@ -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 diff --git a/Dockerfile.12 b/Dockerfile.12 index af5080a..54c8ddb 100644 --- a/Dockerfile.12 +++ b/Dockerfile.12 @@ -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 diff --git a/Dockerfile.13 b/Dockerfile.13 index c903af5..2108988 100644 --- a/Dockerfile.13 +++ b/Dockerfile.13 @@ -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