Commit e6c0eb0e by Thomas Barabosch

Adjusted Dockerfile to new project structure

parent 357703d9
...@@ -4,8 +4,7 @@ COPY . /home/bap/cwe_checker/ ...@@ -4,8 +4,7 @@ COPY . /home/bap/cwe_checker/
RUN sudo chown -R bap:bap /home/bap/cwe_checker \ RUN sudo chown -R bap:bap /home/bap/cwe_checker \
&& cd /home/bap/cwe_checker/src \ && cd /home/bap/cwe_checker/src \
&& bapbuild -r -Is checkers,utils -pkgs yojson,unix cwe_checker.plugin \ && make all
&& bapbundle install cwe_checker.plugin
WORKDIR /home/bap/cwe_checker/src WORKDIR /home/bap/cwe_checker/src
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment