mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Migrate xz in Dockerfile to the URL used in prepare.py
This commit is contained in:
parent
707146daed
commit
3fc4030ca6
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue