mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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
|
&& rm -rf zlib
|
||||||
|
|
||||||
FROM builder AS xz
|
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 \
|
&& cd xz \
|
||||||
&& cmake -B build . -DCMAKE_BUILD_TYPE=None \
|
&& cmake -B build . -DCMAKE_BUILD_TYPE=None \
|
||||||
&& cmake --build build -j$(nproc) \
|
&& cmake --build build -j$(nproc) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue