This docker contains a pre-built version of MultiMLton as of commit 1971b0f
.
Just type this and you're good to go:
docker run -v "$PWD":"$PWD" -w "$PWD" emptystackexn/multimlton mlton
docker build -t emptystackexn/multimlton .
docker load -i build/multiMLton-docker.tar.gz