diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index 0c1da3458a..968c0f01a1 100644 --- a/scripts/cross/Dockerfile +++ b/scripts/cross/Dockerfile @@ -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/*