Skip to content

Commit

Permalink
bench: call apt update (#6502)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Millon <[email protected]>

Signed-off-by: Etienne Millon <[email protected]>
  • Loading branch information
emillon authored Nov 17, 2022
1 parent d1ebbdc commit 1666007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ocaml/opam:debian-10-ocaml-4.14
RUN opam depext patdiff.v0.15.0
RUN opam depext -u patdiff.v0.15.0
COPY --chown=opam:opam . bench-dir
WORKDIR bench-dir

0 comments on commit 1666007

Please sign in to comment.