From 068068ad0ec1fb91dbf502ab0115483a351407e5 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 19 Aug 2024 17:37:33 -0400 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.19.04 Dockerfile.20.04 Dockerfile.21.04 Dockerfile.22.04 Dockerfile.23.04 Dockerfile.23.10 Dockerfile.24.04 Dockerfile.24.10 --- Dockerfile | 2 +- Dockerfile.19.04 | 2 +- Dockerfile.20.04 | 2 +- Dockerfile.21.04 | 2 +- Dockerfile.22.04 | 2 +- Dockerfile.23.04 | 2 +- Dockerfile.23.10 | 2 +- Dockerfile.24.04 | 2 +- Dockerfile.24.10 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2ebffcf..a1bd306 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,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 upgrade -yy && apt install -yy bash locales apt-utils; \ + apt update && apt upgrade -yy && apt install -yy bash locales; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ update-alternatives --install /bin/sh sh /bin/bash 1 diff --git a/Dockerfile.19.04 b/Dockerfile.19.04 index 79726d9..b27d7d8 100644 --- a/Dockerfile.19.04 +++ b/Dockerfile.19.04 @@ -77,7 +77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ + apt update && apt upgrade -yy && apt install -yy bash locales; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ update-alternatives --install /bin/sh sh /bin/bash 1 diff --git a/Dockerfile.20.04 b/Dockerfile.20.04 index 17a8d17..7e751f0 100644 --- a/Dockerfile.20.04 +++ b/Dockerfile.20.04 @@ -77,7 +77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ + apt update && apt upgrade -yy && apt install -yy bash locales; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ update-alternatives --install /bin/sh sh /bin/bash 1 diff --git a/Dockerfile.21.04 b/Dockerfile.21.04 index 6cf5e8e..975b02d 100644 --- a/Dockerfile.21.04 +++ b/Dockerfile.21.04 @@ -77,7 +77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ + apt update && apt upgrade -yy && apt install -yy bash locales; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ update-alternatives --install /bin/sh sh /bin/bash 1 diff --git a/Dockerfile.22.04 b/Dockerfile.22.04 index 4f3d00d..3ed8bdc 100644 --- a/Dockerfile.22.04 +++ b/Dockerfile.22.04 @@ -77,7 +77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ + apt update && apt upgrade -yy && apt install -yy bash locales; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ update-alternatives --install /bin/sh sh /bin/bash 1 diff --git a/Dockerfile.23.04 b/Dockerfile.23.04 index 8e12a60..95faa6b 100644 --- a/Dockerfile.23.04 +++ b/Dockerfile.23.04 @@ -77,7 +77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ + apt update && apt upgrade -yy && apt install -yy bash locales; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ update-alternatives --install /bin/sh sh /bin/bash 1 diff --git a/Dockerfile.23.10 b/Dockerfile.23.10 index e038dde..3c5cd80 100644 --- a/Dockerfile.23.10 +++ b/Dockerfile.23.10 @@ -77,7 +77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ + apt update && apt upgrade -yy && apt install -yy bash locales; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ update-alternatives --install /bin/sh sh /bin/bash 1 diff --git a/Dockerfile.24.04 b/Dockerfile.24.04 index 4b1ef97..079f7fe 100644 --- a/Dockerfile.24.04 +++ b/Dockerfile.24.04 @@ -77,7 +77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ + apt update && apt upgrade -yy && apt install -yy bash locales; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ update-alternatives --install /bin/sh sh /bin/bash 1 diff --git a/Dockerfile.24.10 b/Dockerfile.24.10 index cdcf209..68e3cd1 100644 --- a/Dockerfile.24.10 +++ b/Dockerfile.24.10 @@ -77,7 +77,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 upgrade -yy && apt install -yy bash locales apt-utils; \ + apt update && apt upgrade -yy && apt install -yy bash locales; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ update-alternatives --install /bin/sh sh /bin/bash 1