Skip to content

Commit

Permalink
#1019 use forked repo and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jul 24, 2021
1 parent ca5a33e commit bba0066
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion analyzers/FileInfo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ 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 && \
#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 && \
cd Manalyze && \
cmake . && \
make -j5 && \
Expand Down

0 comments on commit bba0066

Please sign in to comment.