Latest minified Docker images missing tooling
Using the ligolang/ligo:next
images as part of a build/test pipeline, and need the shell functionality of the container.
The lastest push of Docker images are slimmed down, preventing shell scripting.
To avoid having to create a custom image, that just pulls in the binaries from ligolang:next
, it would be nice to have something like ligolang:slim-next
or ligolang:large-next
.
Edited by Justin Wilson