From 04fd5f35e6ccc7a7abf8777c64107f2ffd905461 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 11 Feb 2026 15:16:03 +0100 Subject: [PATCH] Install NodeJS as well. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f4f533..606e877 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,5 @@ COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo RUN echo 'FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf RUN emerge -v --noreplace \ dev-util/pkgcheck \ - dev-vcs/git + dev-vcs/git \ + net-libs/nodejs