ocamlrun
Runtime system for OCaml bytecode executables (no X)
RUN apt-get update && \
apt-get install -y ocaml-base-nox
RUN apt-get update && \
apt-get install -y ocaml-base-nox
RUN apk add ocaml
RUN pacman -S --noconfirm ocaml
RUN apt-get update && \
apt-get install -y ocaml-base-nox
RUN yum install -y ocaml-runtime
RUN dnf install -y ocaml-runtime
RUN apt-get update && \
apt-get install -y ocaml-base-nox