1
0
Fork 0

feat: remove unused nodejs22 package
Some checks failed
/ Test oci-builder (push) Failing after 6s
/ Release oci-builder (push) Has been skipped
/ Build oci-builder (push) Successful in 35s

This package is a dependency for previously used redhat-actions, those
were removed and it's no longer necessary.
This commit is contained in:
ver4a 2026-01-08 21:41:52 +01:00
parent 50e2413d85
commit 3c6d8f587d

View file

@ -4,7 +4,7 @@ ENV BUILDAH_ISOLATION=chroot
ENV HOME=/builder
ENV REGISTRY_AUTH_FILE=/builder/.config/containers/auth.json
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo setpriv git-core nodejs22 diffutils gawk
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo setpriv git-core diffutils gawk
RUN echo "nobody:65536:65536" > /etc/subuid && echo "nobody:65536:65536" > /etc/subgid