more RU mirrors #9

Merged
peri4 merged 1 commits from master into release 2026-05-08 08:26:08 +03:00
3 changed files with 12 additions and 0 deletions
Showing only changes of commit 64dd670f16 - Show all commits
+4
View File
@@ -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
+4
View File
@@ -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
+4
View File
@@ -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 \