Skip to content

Commit

Permalink
Merge pull request secure-software-engineering#347 from jplehr/feat/d…
Browse files Browse the repository at this point in the history
…ocker

Fixes Dockerfile
  • Loading branch information
pdschubert authored May 21, 2021
2 parents 506a045 + 069bfc6 commit 1c5a9f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN pip3 install Pygments pyyaml
RUN apt install libboost-all-dev -y

# installing LLVM
COPY utils/safeCommandsSet.sh /usr/src/phasar/utils/safeCommandsSet.sh
COPY utils/install-llvm.sh /usr/src/phasar/utils/install-llvm.sh
RUN ./utils/install-llvm.sh $(nproc) . ${LLVM_INSTALL_DIR} "llvmorg-10.0.0"

Expand Down

0 comments on commit 1c5a9f1

Please sign in to comment.