change ubuntu to de.

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 19:49:31 +01:00
parent 6b8dfd6477
commit 5d211dcf09
4 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ WORKDIR /var/www/html
ENV DEBIAN_FRONTEND noninteractive
ENV TZ=UTC
RUN sed --in-place --regexp-extended "s/(\/\/)(archive\.ubuntu)/\1de.\2/" /etc/apt/sources.list
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update \