You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newrelic-cli is unable to be installed effectively inside a docker due to snapcraft and requiring sudo (using the script install) which dockers typically don't have because building the docker is already running at root privileges.
Go Version
Provide the output of go version here please
Current behavior
A clear and concise description of what you're currently experiencing.
Expected behavior
A clear and concise description of what you expected to happen.
Description
The newrelic-cli is unable to be installed effectively inside a docker due to snapcraft and requiring sudo (using the script install) which dockers typically don't have because building the docker is already running at root privileges.
Go Version
Provide the output of
go version
here pleaseCurrent behavior
A clear and concise description of what you're currently experiencing.
Expected behavior
A clear and concise description of what you expected to happen.
Steps To Reproduce
Steps to reproduce the behavior:
RUN curl -Ls https://download.newrelic.com/install/newrelic-cli/scripts/install.sh | bash
Debug Output (if applicable)
If applicable, add associated log output to help explain the problem.
Additional Context
Add any other context about the problem here.
References or Related Issues
Are there any other related GitHub issues (open or closed) or Pull Requests that should be linked here?
The text was updated successfully, but these errors were encountered: