docker: point to new URL

This commit is contained in:
Georges Dupéron 2019-05-27 12:43:12 +02:00
parent f5e17bdefc
commit e1597f7629

View File

@ -5,8 +5,8 @@ FROM ocaml/opam2:4.06
USER root
# Setup a custom opam repository where ligo is published
RUN git clone https://gitlab.com/gabriel.alfour/ligo-opam-repository
RUN opam repo add ligo-opam-repository ./ligo-opam-repository
RUN git clone https://gitlab.com/ligolang/ligo.git
RUN opam repo add ligo-opam-repository ./ligo/vendors/ligo-opam-repository-local-generated/
RUN opam update ligo-opam-repository
# Install required native dependencies
@ -28,4 +28,4 @@ RUN cd ligo/src && \
RUN eval $(opam env)
# Use the ligo binary as a default command
ENTRYPOINT [ "/home/opam/.opam/4.06/bin/ligo" ]
ENTRYPOINT [ "/home/opam/.opam/4.06/bin/ligo" ]