Dockerfile.aarch64 aktualisiert

This commit is contained in:
2026-04-02 11:32:21 +00:00
parent ffb03bd85e
commit acd16340dc

View File

@@ -18,6 +18,7 @@ ENV LANG=${LANG}
ENV LANGUAGE=${LANGUAGE} ENV LANGUAGE=${LANGUAGE}
ENV LC_ALL=${LC_ALL} ENV LC_ALL=${LC_ALL}
ENV COUNTRY=${COUNTRY} ENV COUNTRY=${COUNTRY}
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/debian.sources && \ RUN sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/debian.sources && \
apt-get update && apt-get install -y \ apt-get update && apt-get install -y \