mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 03:19:30 -04:00
CI: fix phash install prefix in base dockerfile
This commit is contained in:
parent
a2a55b06ce
commit
75aaf134d2
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ RUN apt-get update -y && apt-get upgrade -y -qq && \
|
||||||
|
|
||||||
RUN git clone --depth 1 https://github.com/aetilius/pHash.git && \
|
RUN git clone --depth 1 https://github.com/aetilius/pHash.git && \
|
||||||
rm -rf pHash-build && mkdir pHash-build && cd pHash-build && \
|
rm -rf pHash-build && mkdir pHash-build && cd pHash-build && \
|
||||||
cmake -B. -H../pHash && make -j$(nproc) && make install && cd .. && \
|
cmake -B. -H../pHash -DCMAKE_INSTALL_PREFIX=/usr && \
|
||||||
|
make -j$(nproc) && make install && cd .. && \
|
||||||
rm -rf pHash-build pHash
|
rm -rf pHash-build pHash
|
||||||
|
|
||||||
ARG FRESHCLONE=0
|
ARG FRESHCLONE=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue