mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Add npm to apt-get command
This commit is contained in:
parent
043b20e46f
commit
671131669a
@ -13,7 +13,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -y -q \
|
||||
libltdl7
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
|
||||
RUN apt-get install -y nodejs
|
||||
RUN apt-get install -y nodejs npm
|
||||
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user