mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-22 02:34:30 +00:00
Dockerfile: add libzip
This commit is contained in:
parent
0630747930
commit
35a52e4469
1 changed files with 7 additions and 0 deletions
|
@ -414,3 +414,10 @@ RUN mkdir linuxdeployqt && \
|
||||||
chmod +x linuxdeployqt-7-x86_64.AppImage && \
|
chmod +x linuxdeployqt-7-x86_64.AppImage && \
|
||||||
./linuxdeployqt-7-x86_64.AppImage --appimage-extract && \
|
./linuxdeployqt-7-x86_64.AppImage --appimage-extract && \
|
||||||
rm linuxdeployqt-7-x86_64.AppImage
|
rm linuxdeployqt-7-x86_64.AppImage
|
||||||
|
|
||||||
|
RUN git clone https://github.com/nih-at/libzip.git && \
|
||||||
|
cd libzip && \
|
||||||
|
git reset --hard 66e496489bdae81bfda8b0088172871d8fda0032 && \
|
||||||
|
cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=/usr . && \
|
||||||
|
make -j$THREADS && \
|
||||||
|
make -j$THREADS install
|
||||||
|
|
Loading…
Reference in a new issue