Skip to content

Commit

Permalink
updates Dockerfile to work in 4.12.0 world
Browse files Browse the repository at this point in the history
  • Loading branch information
clegoues committed Sep 1, 2021
1 parent 7982415 commit 3cb7935
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ RUN apt-get update && \
m4 && \
echo "yes" >> /tmp/yes.txt && \
opam init --disable-sandboxing -y < /tmp/yes.txt && \
opam switch create 4.05.0 && \
opam switch 4.05.0 && \
opam install -y cil
opam switch create 4.12.0 && \
opam switch 4.12.0 && \
opam install -y num && \
opam pin -y cil https://github.com/squareslab/cil.git

RUN mkdir -p /opt/genprog
WORKDIR /opt/genprog
Expand Down

0 comments on commit 3cb7935

Please sign in to comment.