mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Add npm to apt-get command
This commit is contained in:
parent
043b20e46f
commit
671131669a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue