move Qt sources to shstk.ru
This commit is contained in:
@@ -127,7 +127,7 @@ RUN wget -nv https://mirror.tochlab.net/pub/gnu/libmicrohttpd/libmicrohttpd-${CU
|
||||
# Qt
|
||||
WORKDIR /soft
|
||||
RUN if [ "${QT_FROM_SOURCE}" = "1" ]; then \
|
||||
wget -nv http://qt-mirror.dannhauer.de/archive/qt/${CUR_QT_VERSION_MAJOR}/${CUR_QT_VERSION}/single/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \
|
||||
wget -nv https://shstk.ru/files/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \
|
||||
&& tar xf qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz -C /soft \
|
||||
&& rm -f qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \
|
||||
&& mkdir -p /soft/build/qt && cd /soft/build/qt \
|
||||
|
||||
Reference in New Issue
Block a user