prosyslab-classroom / cs348-information-security

61 stars 10 forks source link

make error in docker image #227

Closed antoineschutz closed 1 year ago

antoineschutz commented 1 year ago

Name: Antoine Schutz

Hello, I'm having troubles to run make in the docker image . I think i've followed the Environment setup instruction , but when I try to use the command make , I get this error : "make: dune: Command not found make: *** [Makefile:7: all] Error 127"

I have followed the "Get Up and Running With OCaml" documentation of OCAML.org on my own machine and make works perfectly , but I cannot make it work on docker.

KAIST-JongchanPark commented 1 year ago

Would you try eval $(opam env)?

antoineschutz commented 1 year ago

Update the issue was cause by a mistake in how I cloned the repo inside docker , everythin works well now . Thank you !