debuild: Install npm
This commit is contained in:
parent
37780b6b39
commit
dd9d7ea4b0
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue