🗃️ Committing everything that changed 🗃️

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
rootfs/usr/local/bin/pkmgr
This commit is contained in:
casjay
2024-08-25 12:36:32 -04:00
parent 93cb97d366
commit dd38a2bd69
10 changed files with 21 additions and 21 deletions

View File

@@ -78,7 +78,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-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1