Pretty usual to have to diagnose docker containers based on alpine distros. But the image never comes with basic tools. How do we add it?
apk update # update the local registry
apk add busybox-extras # install telnet and some other basic tools
apk add curl