mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-23 00:09:50 -05:00
CI: fix phash install prefix in base dockerfile
This commit is contained in:
parent
a2a55b06ce
commit
75aaf134d2
@ -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…
x
Reference in New Issue
Block a user