docker: point to new URL
This commit is contained in:
parent
f5e17bdefc
commit
e1597f7629
@ -5,8 +5,8 @@ FROM ocaml/opam2:4.06
|
|||||||
USER root
|
USER root
|
||||||
|
|
||||||
# Setup a custom opam repository where ligo is published
|
# Setup a custom opam repository where ligo is published
|
||||||
RUN git clone https://gitlab.com/gabriel.alfour/ligo-opam-repository
|
RUN git clone https://gitlab.com/ligolang/ligo.git
|
||||||
RUN opam repo add ligo-opam-repository ./ligo-opam-repository
|
RUN opam repo add ligo-opam-repository ./ligo/vendors/ligo-opam-repository-local-generated/
|
||||||
RUN opam update ligo-opam-repository
|
RUN opam update ligo-opam-repository
|
||||||
|
|
||||||
# Install required native dependencies
|
# Install required native dependencies
|
||||||
@ -28,4 +28,4 @@ RUN cd ligo/src && \
|
|||||||
RUN eval $(opam env)
|
RUN eval $(opam env)
|
||||||
|
|
||||||
# Use the ligo binary as a default command
|
# Use the ligo binary as a default command
|
||||||
ENTRYPOINT [ "/home/opam/.opam/4.06/bin/ligo" ]
|
ENTRYPOINT [ "/home/opam/.opam/4.06/bin/ligo" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user