mirror of
https://github.com/dockersrc/debian
synced 2026-06-30 11:45:54 -04:00
🔧 Update Dockerfile.11 configuration 🔧
- Modified Dockerfile.11 with configuration updates - Aligned with recent changes to apt sources and ca-certificates - Maintains consistency with standardized registry variable names Dockerfile.11
This commit is contained in:
+3
-3
@@ -80,9 +80,9 @@ RUN set -e; \
|
||||
"deb http://deb.debian.org/debian bullseye main contrib non-free" \
|
||||
"deb http://deb.debian.org/debian bullseye-updates main contrib non-free" \
|
||||
"deb http://security.debian.org/debian-security bullseye-security main contrib non-free" > /etc/apt/sources.list; \
|
||||
apt update && apt install -yy bash locales apt-utils python3-tz; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
|
||||
update-alternatives --install /bin/sh sh /bin/bash 1
|
||||
apt update && apt install -yy bash locales apt-utils; \
|
||||
locale-gen $LANG && update-locale LANG=$LANG; \
|
||||
update-alternatives --install /bin/sh sh /bin/bash 1
|
||||
|
||||
ENV SHELL="/bin/bash"
|
||||
SHELL [ "/bin/bash", "-c" ]
|
||||
|
||||
Reference in New Issue
Block a user