@@ -0,0 +1 @@
+RUN apt-get install ocaml -y
@@ -0,0 +1,7 @@
+#!/usr/bin/bash
+
+IN="$(mktemp --suffix .ocaml)"
+cat > "$IN"
+ocaml "$IN"