Revert "try to debug inside docker"

This reverts commit 37daa934d5e7ba60614a92cf0dfa9d4ebfac59d2.
This commit is contained in:
Suzanne Dupéron 2020-02-10 19:54:26 +01:00
parent 7bad718135
commit e6dbe60c2c

View File

@ -29,7 +29,7 @@ RUN opam update
# Install ligo # Install ligo
RUN sh scripts/install_vendors_deps.sh RUN sh scripts/install_vendors_deps.sh
RUN opam install -y . || (cat _build/log || true; find || true; tail -n +1 ~/.opam/log/* || true; false) RUN opam install -y .
# Use the ligo binary as a default command # Use the ligo binary as a default command
ENTRYPOINT [ "/home/opam/.opam/4.07/bin/ligo" ] ENTRYPOINT [ "/home/opam/.opam/4.07/bin/ligo" ]