Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ocp-indent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM ocaml/opam
FROM ocaml/opam2

SHELL ["/bin/bash", "-lc"]
LABEL io.whalebrew.name 'ocp-indent'
LABEL io.whalebrew.config.working_dir '/workdir'
WORKDIR /workdir

RUN sudo apt-get install m4 --yes
RUN opam install --yes ocp-indent
RUN ocp-indent --help

Expand Down