CI docker WIP
This commit is contained in:
parent
644d90be6d
commit
5c999a3f97
@ -30,7 +30,11 @@ RUN opam update
|
||||
|
||||
# Install ligo
|
||||
RUN sh scripts/install_vendors_deps.sh
|
||||
RUN sh scripts/install_ligo_with_dependencies.sh
|
||||
RUN sh -c pwd
|
||||
RUN sh scripts/build_ligo_local.sh
|
||||
RUN sh -c pwd
|
||||
RUN ls -l
|
||||
RUN ls -l *
|
||||
|
||||
# Use the ligo binary as a default command
|
||||
ENTRYPOINT [ "/home/opam/.opam/4.06/bin/ligo" ]
|
||||
ENTRYPOINT [ "/ligo/_build/default/src/bins/ligo" ]
|
||||
|
Loading…
Reference in New Issue
Block a user