mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Migrate xz in Dockerfile to the URL used in prepare.py
This commit is contained in:
@@ -79,7 +79,7 @@ RUN git init zlib \
|
||||
&& rm -rf zlib
|
||||
|
||||
FROM builder AS xz
|
||||
RUN git clone -b v5.4.4 --depth=1 {{ GIT }}/tukaani-project/xz.git \
|
||||
RUN git clone -b v5.4.4 --depth=1 https://git.tukaani.org/xz.git \
|
||||
&& cd xz \
|
||||
&& cmake -B build . -DCMAKE_BUILD_TYPE=None \
|
||||
&& cmake --build build -j$(nproc) \
|
||||
|
||||
Reference in New Issue
Block a user