This commit is contained in:
2026-08-18 10:17:14 +03:00
parent b8da30e8c1
commit c6b498fc98
3 changed files with 7 additions and 15 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ 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 sed -i 's/deb.debian.org/mirror.truenetwork.ru/g' /etc/apt/sources.list || true
RUN sed -i 's/deb.debian.org/mirror.truenetwork.ru/g' /etc/apt/sources.list.d/* || true
RUN apt-get update && apt-get install -y ca-certificates gpg
+2 -2
View File
@@ -10,8 +10,8 @@ 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 sed -i 's/deb.debian.org/mirror.truenetwork.ru/g' /etc/apt/sources.list || true
RUN sed -i 's/deb.debian.org/mirror.truenetwork.ru/g' /etc/apt/sources.list.d/* || true
RUN apt-get update && apt-get install -y ca-certificates gpg
+3 -11
View File
@@ -79,21 +79,13 @@ wget \
zip \
zlib1g-dev \
apt-get install -y \
qttools5-dev-tools \
qtbase5-dev-tools \
apt-get install -y \
qtbase5-private-dev:$arch \
qttools5-private-dev:$arch \
apt-get install -y \
qtmultimedia5-dev:$arch \
|| true
qtbase5-private-dev:$arch \
qttools5-private-dev:$arch \
qtbase5-dev-tools \
apt-get install -y \
python3-minimal \
|| true
apt-get install -y \
$toolchain \