From aa4d0d77978890159f4fe6a434816a6d37a1d807 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 13 Aug 2024 17:07:01 -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.10 Dockerfile.11 Dockerfile.12 Dockerfile.13 --- Dockerfile | 5 ++--- Dockerfile.10 | 5 ++--- Dockerfile.11 | 5 ++--- Dockerfile.12 | 5 ++--- Dockerfile.13 | 5 ++--- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05a5174..4b0aba3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,9 +76,8 @@ RUN set -e; \ 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; \ - update-alternatives --install /bin/sh sh /bin/bash 1; \ - update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ - dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG + dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ + update-alternatives --install /bin/sh sh /bin/bash 1 ENV SHELL="/bin/bash" SHELL [ "/bin/bash", "-c" ] diff --git a/Dockerfile.10 b/Dockerfile.10 index be68335..84bc22c 100644 --- a/Dockerfile.10 +++ b/Dockerfile.10 @@ -76,9 +76,8 @@ RUN set -e; \ 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; \ - update-alternatives --install /bin/sh sh /bin/bash 1; \ - update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ - dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG + dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ + update-alternatives --install /bin/sh sh /bin/bash 1 ENV SHELL="/bin/bash" SHELL [ "/bin/bash", "-c" ] diff --git a/Dockerfile.11 b/Dockerfile.11 index 4889943..3e0ca71 100644 --- a/Dockerfile.11 +++ b/Dockerfile.11 @@ -76,9 +76,8 @@ RUN set -e; \ 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; \ - update-alternatives --install /bin/sh sh /bin/bash 1; \ - update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ - dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG + dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ + update-alternatives --install /bin/sh sh /bin/bash 1 ENV SHELL="/bin/bash" SHELL [ "/bin/bash", "-c" ] diff --git a/Dockerfile.12 b/Dockerfile.12 index ea1fd91..dc8882b 100644 --- a/Dockerfile.12 +++ b/Dockerfile.12 @@ -76,9 +76,8 @@ RUN set -e; \ 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; \ - update-alternatives --install /bin/sh sh /bin/bash 1; \ - update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ - dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG + dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ + update-alternatives --install /bin/sh sh /bin/bash 1 ENV SHELL="/bin/bash" SHELL [ "/bin/bash", "-c" ] diff --git a/Dockerfile.13 b/Dockerfile.13 index 29a131d..9216d55 100644 --- a/Dockerfile.13 +++ b/Dockerfile.13 @@ -76,9 +76,8 @@ RUN set -e; \ 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; \ - update-alternatives --install /bin/sh sh /bin/bash 1; \ - update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ - dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG + dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ + update-alternatives --install /bin/sh sh /bin/bash 1 ENV SHELL="/bin/bash" SHELL [ "/bin/bash", "-c" ]