RU debian mirror #2

Merged
peri4 merged 1 commits from master into release 2026-05-07 18:25:47 +03:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 01849d0052 - Show all commits
+3
View File
@@ -14,6 +14,9 @@ ENV CUR_GOOGLETEST=v1.13.x
ENV QT_SELECT=5
ENV LANG=en_US.utf8
# 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
# configs
COPY .bashrc /root/.bashrc
+3
View File
@@ -21,6 +21,9 @@ ENV CUR_GOOGLETEST=v1.13.x
ENV QT_SELECT=5
ENV LANG=en_US.utf8
# 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
# configs
COPY .bashrc /root/.bashrc