fix: symlink node to node-24
The checkout action looks for "node" in PATH.
This commit is contained in:
parent
107e6eba3c
commit
ae456716c5
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ ENV REGISTRY_AUTH_FILE=/builder/.config/containers/auth.json
|
||||||
|
|
||||||
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo setpriv git-core nodejs24 diffutils gawk
|
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo setpriv git-core nodejs24 diffutils gawk
|
||||||
|
|
||||||
|
RUN ln -s /usr/bin/node-24 /usr/bin/node
|
||||||
|
|
||||||
RUN echo "nobody:65536:65536" > /etc/subuid && echo "nobody:65536:65536" > /etc/subgid
|
RUN echo "nobody:65536:65536" > /etc/subuid && echo "nobody:65536:65536" > /etc/subgid
|
||||||
|
|
||||||
# This is a workaround for https://github.com/containers/podman/issues/23818, apart from that it serves absolutely no purpose. I also don't know why it looks there, given HOME is elsewhere, but it doesn't seem to cause any issues.
|
# This is a workaround for https://github.com/containers/podman/issues/23818, apart from that it serves absolutely no purpose. I also don't know why it looks there, given HOME is elsewhere, but it doesn't seem to cause any issues.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue