fix: add back nodejs24 (action dependency)
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:
parent
3c6d8f587d
commit
107e6eba3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue