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