Skip to content

Commit

Permalink
removing CIL/OCAML from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanhVu (Vu) Nguyen committed Mar 1, 2023
1 parent 04cc6de commit 102282c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM debian:bullseye

#install general setup tools
RUN apt-get update -y
RUN apt-get install -y build-essential git software-properties-common emacs ocaml ocamlbuild ocaml-findlib wget openjdk-11-jdk unzip dune libppx-deriving-yojson-ocaml-dev libdune-ocaml-dev libzarith-ocaml-dev libyojson-ocaml-dev cppo
RUN apt-get install -y build-essential git software-properties-common emacs wget openjdk-11-jdk unzip

# ocaml ocamlbuild ocaml-findlib dune libppx-deriving-yojson-ocaml-dev libdune-ocaml-dev libzarith-ocaml-dev libyojson-ocaml-dev cppo

# Install miniconda & sympy & z3
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
Expand Down

0 comments on commit 102282c

Please sign in to comment.