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
Updated Dockerfile to fix nodejs installation (#1744)
nodejs version was hardcoded and that version is no longer available in
the repository.
I updated the Dockerfile to just use the nodejs version in the module
nodejs:20
I added `--disableplugin=subscription-manager` to each `dnf` command so
it cleans up some of the noise when watching the build logs.
I successfully ran the build locally - fwiw.
0 commit comments