RMI-PACTA / workflow.pacta.report

Other
0 stars 0 forks source link

Resolve failing Docker builds #13

Closed AlexAxthelm closed 3 months ago

AlexAxthelm commented 3 months ago

Since https://github.com/RMI-PACTA/workflow.pacta/pull/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

AlexAxthelm commented 3 months ago

closed by #14