Commit 6ea36ce1 by Thomas Barabosch

Adjusted Dockerfile to pull docker image from fkiecad DockerHub account.

parent 41b84a41
FROM tbarabosch/cwe_checker_travis_docker_image:latest
FROM fkiecad/cwe_checker_travis_docker_image:latest
COPY . /home/bap/cwe_checker/
RUN sudo chown -R bap:bap /home/bap/cwe_checker \
&& cd /home/bap/cwe_checker/src \
&& bapbuild -r -Is checkers,utils -pkgs yojson,unix cwe_checker.plugin \
&& bapbundle install cwe_checker.plugin
&& bapbundle install cwe_checker.plugin
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