Skip to content

Commit cbc25fb

Browse files
authored
Merge pull request #145 from ByteInternet/install-npm-on-docker-build
Install npm when building docker image
2 parents 55dc065 + aab479d commit cbc25fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RUN apt-get update && \
5050
make \
5151
libtool \
5252
nodejs \
53+
npm \
5354
gnupg \
5455
zip \
5556
bc \

0 commit comments

Comments
 (0)