This commit is contained in:
parent
2865ee3c14
commit
f1e305ad41
|
@ -1,6 +1,6 @@
|
||||||
FROM ocaml/opam:ubuntu-20.04-ocaml-4.14 AS opam
|
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 cp /usr/bin/opam-2.1 /usr/local/bin/opam
|
||||||
RUN sudo apt update && ( cd opam-repository && git pull ) && opam update && \
|
RUN sudo apt update && ( cd opam-repository && git pull origin master ) && opam update && \
|
||||||
opam install 'mirage>4' && \
|
opam install 'mirage>4' && \
|
||||||
eval $(opam env) && \
|
eval $(opam env) && \
|
||||||
git clone https://github.com/roburio/unipi.git && \
|
git clone https://github.com/roburio/unipi.git && \
|
||||||
|
|
Loading…
Reference in a new issue