debuild: Install npm

This commit is contained in:
Juan Ferrer 2022-07-27 12:09:41 +02:00
parent 37780b6b39
commit dd9d7ea4b0
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ RUN apt-get update \
libfontconfig \
&& curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y --no-install-recommends \
nodejs
nodejs \
&& npm install -g npm
RUN groupadd -g 1000 jenkins \
&& useradd -d /var/jenkins_home -u 1000 -g 1000 -m -s /bin/bash jenkins \