🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.18.04
Dockerfile.19.04
Dockerfile.20.04
Dockerfile.21.04
Dockerfile.22.04
Dockerfile.23.04
Dockerfile.23.10
Dockerfile.24.04
Dockerfile.24.10
This commit is contained in:
casjay 2024-08-13 17:07:10 -04:00
parent 414865f793
commit 10645f54c7
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
10 changed files with 20 additions and 30 deletions

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -76,9 +76,8 @@ RUN set -e; \
echo "$LANG UTF-8" >"/etc/locale.gen"; \ 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"; \ 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; \
update-alternatives --install /bin/sh sh /bin/bash 1; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /usr/bin/sh sh /bin/bash 1; \ update-alternatives --install /bin/sh sh /bin/bash 1
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]