about summary refs log tree commit diff homepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorXiao Liang <yxliang01@users.noreply.github.com>2020-05-01 00:59:42 +0800
committerCristian Cadar <c.cadar@imperial.ac.uk>2020-04-30 20:37:44 +0100
commit09373ca1ce792c6463b0fc105dd4934937361fd2 (patch)
tree72da51f3343e1f280896447fefdbe4e7c3e2de28 /Dockerfile
parentfc50ab32349a4cc61980ba5b97bfa7c3961ce964 (diff)
downloadklee-09373ca1ce792c6463b0fc105dd4934937361fd2.tar.gz
docker: install KLEE headers in system include path
Co-authored with @MartinNowack
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1919bcae..166dd194 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -55,6 +55,9 @@ RUN /tmp/klee_src/scripts/build/build.sh --debug --install-system-deps klee && c
 ENV PATH="$PATH:/tmp/llvm-60-install_O_D_A/bin:/home/klee/klee_build/bin"
 ENV BASE=/tmp
 
+# Add KLEE header files to system standard include folder
+RUN /bin/bash -c 'ln -s ${BASE}/klee_src/include/klee /usr/include/'
+
 USER klee
 WORKDIR /home/klee
 ENV LD_LIBRARY_PATH /home/klee/klee_build/lib/