We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
summer
1 parent 969ddad commit 4dfb26aCopy full SHA for 4dfb26a
bench.Dockerfile
@@ -1,6 +1,7 @@
1
FROM ocaml/opam:debian-ocaml-5.1
2
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
3
WORKDIR bench-dir
4
+RUN sudo chown opam .
5
COPY *.opam ./
6
RUN opam remote add origin https://github.com/ocaml/opam-repository.git && \
7
opam update
0 commit comments