Skip to content

Commit eb6e812

Browse files
committedAug 23, 2016
add build dockerfile
1 parent 5da062e commit eb6e812

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM ocaml/opam:alpine-3.4_ocaml-4.03.0
2+
RUN opam depext -ui -y -j 2 github tls cmdliner fmt
3+
COPY . /home/opam/src
4+
RUN sudo chown -R opam /home/opam/src
5+
RUN rm -f /home/opam/src/*.native
6+
WORKDIR /home/opam/src
7+
RUN opam config exec -- ocamlbuild -use-ocamlfind list_issues.native

0 commit comments

Comments
 (0)
Please sign in to comment.