Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forced Docker to builds last `bap` version, from `master` branch.
  • Loading branch information
gitoleg committed Jan 18, 2017
1 parent dce95ff commit fac2d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN sed -i.bkp -e \
USER bap
WORKDIR /home/bap
RUN opam init --auto-setup --comp=4.02.3 --yes
RUN opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository
RUN opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
RUN opam update
RUN opam depext --install bap --yes
RUN sudo pip install bap
Expand Down

0 comments on commit fac2d64

Please sign in to comment.