Skip to content

Commit

Permalink
Include NodeJS in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Jan 23, 2025
1 parent e338f23 commit e743edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down

0 comments on commit e743edc

Please sign in to comment.