Dockerfile aktualisiert

This commit is contained in:
2026-04-02 11:58:09 +00:00
parent fe021d16d3
commit 974c13c2f4

View File

@@ -72,9 +72,9 @@ RUN sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/debian.s
apt-get remove -y build-essential dpkg-dev meson ninja-build autoconf libtool && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* && \
sed -i 's/^# ${LANG} UTF-8/${LANG} UTF-8/' /etc/locale.gen && \
locale-gen && \
update-locale LANG=${LANG} LANGUAGE=${LANGUAGE} LC_ALL=${LC_ALL} && \
echo "${LANG} UTF-8" > /etc/locale.gen && \
locale-gen ${LANG} && \
update-locale LANG=${LANG} LANGUAGE=${LANGUAGE} && \
ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata && \
printf 'XKBMODEL="pc105"\nXKBLAYOUT="%s"\nXKBVARIANT=""\nXKBOPTIONS=""\nBACKSPACE="guess"\n' "${COUNTRY}" > /etc/default/keyboard && \