We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since RMI-PACTA/workflow.pacta#60, this repo has not been able to build a docker image sucessfully.
My suspicion is that since that Dockerfile sets the USER to non-root, when this one tries to install new sysdeps, it fails with a permission error.
USER
Hopefully sorting out the USER will resolve the issue.
Example: https://github.com/RMI-PACTA/workflow.pacta.report/actions/runs/9261592825
The text was updated successfully, but these errors were encountered:
closed by #14
Sorry, something went wrong.
AlexAxthelm
No branches or pull requests
Since RMI-PACTA/workflow.pacta#60, this repo has not been able to build a docker image sucessfully.
My suspicion is that since that Dockerfile sets the
USER
to non-root, when this one tries to install new sysdeps, it fails with a permission error.Hopefully sorting out the
USER
will resolve the issue.Example: https://github.com/RMI-PACTA/workflow.pacta.report/actions/runs/9261592825
The text was updated successfully, but these errors were encountered: