Include NodeJS in base image

This commit is contained in:
BtbN 2025-01-23 01:57:41 +01:00
parent e338f23f15
commit e743edcfec

View File

@ -12,6 +12,8 @@ RUN \
gtk-doc-tools gobject-introspection gawk \
ocaml ocamlbuild libnum-ocaml-dev indent p7zip-full \
python3-setuptools python3-jinja2 python3-jsonschema python3-apt python-is-python3 && \
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
apt-get -y install nodejs && \
apt-get -y clean && \
git config --global user.email "builder@localhost" && \
git config --global user.name "Builder" && \