#1019 - PR merged, using original repo.

This commit is contained in:
Jérôme Leonard 2021-08-05 12:54:35 +02:00
parent 764915f46d
commit 4201b79912
No known key found for this signature in database
GPG Key ID: 355EFA117B915818

View File

@ -8,11 +8,8 @@ RUN apt install -y -q libboost-regex-dev \
libboost-system-dev libboost-filesystem-dev libssl-dev \
build-essential cmake \
git
#RUN git clone https://github.com/JusticeRage/Manalyze.git && \
# Using fork with fix, waiting for the PR being validated on
# original repo
# PR: https://github.com/JusticeRage/Manalyze/pull/46
RUN git clone https://github.com/jeromeleonard/Manalyze.git && \
RUN git clone https://github.com/JusticeRage/Manalyze.git && \
# RUN git clone https://github.com/jeromeleonard/Manalyze.git && \
cd Manalyze && \
cmake . && \
make -j5 && \