Skip to content

Commit 72b68bd

Browse files
committed
docker: Add npm to deps for eslint
Change-Id: I211050af31e5b6cadcaf0dc98d7bfa2100435503 Signed-off-by: Philippe Coval <[email protected]>
1 parent 03c0421 commit 72b68bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN echo "#log: Setup system" \
4141
curl \
4242
git \
4343
make \
44+
npm \
4445
sudo \
4546
&& apt-get clean \
4647
&& sync

0 commit comments

Comments
 (0)