1
0
Fork 0

fix: add back nodejs24 (action dependency)
Some checks failed
/ Release oci-builder (push) Has been skipped
/ Test oci-builder (push) Failing after 6s
/ Build oci-builder (push) Successful in 38s

This package was also required for the checkout action and I erroneously
removed it in 3c6d8f587d.

Previous version was nodejs22, that was only because of unmaintained
actions, current actions are maintained so nodejs24 is used.
This commit is contained in:
ver4a 2026-01-08 21:56:10 +01:00
parent 3c6d8f587d
commit 107e6eba3c

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 diffutils gawk
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo setpriv git-core nodejs24 diffutils gawk
RUN echo "nobody:65536:65536" > /etc/subuid && echo "nobody:65536:65536" > /etc/subgid