more RU mirrors
This commit is contained in:
@@ -9,6 +9,10 @@ ENV LANG=en_US.utf8
|
||||
ENV CUR_FFTW_VERSION=3.3.10
|
||||
ENV CUR_MICROHTTPD_VERSION=1.0.2
|
||||
|
||||
# apply RU mirror
|
||||
RUN sed -i 's/deb.debian.org/mirror.mephi.ru/g' /etc/apt/sources.list || true
|
||||
RUN sed -i 's/deb.debian.org/mirror.mephi.ru/g' /etc/apt/sources.list.d/* || true
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates gpg
|
||||
|
||||
# configs
|
||||
|
||||
@@ -9,6 +9,10 @@ ENV LANG=en_US.utf8
|
||||
ENV CUR_FFTW_VERSION=3.3.10
|
||||
ENV CUR_MICROHTTPD_VERSION=1.0.2
|
||||
|
||||
# apply RU mirror
|
||||
RUN sed -i 's/deb.debian.org/mirror.mephi.ru/g' /etc/apt/sources.list || true
|
||||
RUN sed -i 's/deb.debian.org/mirror.mephi.ru/g' /etc/apt/sources.list.d/* || true
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates gpg
|
||||
|
||||
# configs
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
FROM debian:trixie-slim
|
||||
|
||||
# apply RU mirror
|
||||
RUN sed -i 's/deb.debian.org/mirror.mephi.ru/g' /etc/apt/sources.list || true
|
||||
RUN sed -i 's/deb.debian.org/mirror.mephi.ru/g' /etc/apt/sources.list.d/* || true
|
||||
|
||||
# locales
|
||||
RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \
|
||||
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
|
||||
|
||||
Reference in New Issue
Block a user