Skip to content

Commit

Permalink
Fixes missing COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
jplehr committed May 18, 2021
1 parent 54eb46a commit 069bfc6
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 069bfc6

Please sign in to comment.