Skip to content

Fix packages not getting installed via docker

Melwyn Saldanha requested to merge melwyn95/fix-install-package into dev

When ligo install is used via docker, it installs dependencies at a path inside the container /root/.esy which is not written to the host, using esy's --prefix-path flag we can specify the path to install dependencies to (default to .ligo directory in PWD) this option is exposed via --cache-path flag by the ligo cli

  • has a changelog entry
Edited by Melwyn Saldanha

Merge request reports