Deocker: launch the rewrite-repo script

This commit is contained in:
Georges Dupéron 2019-05-27 13:18:24 +02:00
parent 5a13789a11
commit 68e2fdd451

View File

@ -6,6 +6,7 @@ USER root
# Setup a custom opam repository where ligo is published
RUN git clone https://gitlab.com/ligolang/ligo.git
RUN (cd ligo; vendors/opam-repository-tools/rewrite-local-opam-repository.sh)
RUN opam repo add ligo-opam-repository ./ligo/vendors/ligo-opam-repository-local-generated/
RUN opam update ligo-opam-repository