Do git pull from opam-repository
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Reynir Björnsson 2022-09-09 18:39:02 +02:00
parent 0fab0b2331
commit 2865ee3c14
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM ocaml/opam:ubuntu-20.04-ocaml-4.14 AS opam
RUN sudo cp /usr/bin/opam-2.1 /usr/local/bin/opam
RUN sudo apt update && opam update && \
RUN sudo apt update && ( cd opam-repository && git pull ) && opam update && \
opam install 'mirage>4' && \
eval $(opam env) && \
git clone https://github.com/roburio/unipi.git && \