Add node to builder
All checks were successful
Publish Builder Image / build-and-push (push) Successful in 3m36s

This commit is contained in:
2025-12-01 21:21:07 +01:00
parent 97eede39f7
commit 6820db5c60

View File

@ -25,6 +25,7 @@ RUN dnf -y install \
mingw64-winpthreads-static \
yasm \
which \
nodejs \
&& dnf clean all
CMD ["/bin/bash"]