Add npm to apt-get command

This commit is contained in:
Jeff Mitchell 2019-01-31 15:56:04 -05:00
parent 043b20e46f
commit 671131669a

View File

@ -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/*