Skip to content

Commit 4dfb26a

Browse files
committed
Prepare for summer
1 parent 969ddad commit 4dfb26a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ocaml/opam:debian-ocaml-5.1
22
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
33
WORKDIR bench-dir
4+
RUN sudo chown opam .
45
COPY *.opam ./
56
RUN opam remote add origin https://github.com/ocaml/opam-repository.git && \
67
opam update

0 commit comments

Comments
 (0)