Install NodeJS as well.

This commit is contained in:
Manuel Friedli 2026-02-11 15:16:03 +01:00
parent f44e2ba0bf
commit 04fd5f35e6

View file

@ -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 echo 'FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf
RUN emerge -v --noreplace \ RUN emerge -v --noreplace \
dev-util/pkgcheck \ dev-util/pkgcheck \
dev-vcs/git dev-vcs/git \
net-libs/nodejs