Run release-cli without root permissions
Summary
In Update Dockerfile to run as unprivileged user (!127 - merged) we tried to run the release-cli under the unprivileged user.
That caused sudo apk add curl is broken (#152 - closed), so we needed to revert.
We need to:
- figure out if running the
release-cliunder an unprivileged user is a common requirement - if we want to do that, figure out a way to do that without breaking existing pipelines.