Skip to content

Commit

Permalink
[Dude] update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KihongHeo committed Mar 2, 2023
1 parent 45fd9b9 commit 4596085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM prosyslab/classroom

RUN opam install -y cohttp-lwt-unix
RUN echo "1234" | sudo -S apt update
RUN echo "1234" | sudo -S apt install -y libssl-dev
RUN opam install -y cohttp-lwt-unix lwt_ssl
RUN git clone https://github.com/prosyslab/dude.git
WORKDIR dude
RUN eval $(opam env); dune build dup_scan.exe

0 comments on commit 4596085

Please sign in to comment.