make error in docker image #750
Replies: 2 comments
-
Would you try |
Beta Was this translation helpful? Give feedback.
0 replies
-
Update the issue was cause by a mistake in how I cloned the repo inside docker , everythin works well now . Thank you ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions