diff --git a/Dockerfile b/Dockerfile index d1c8e99..5c84989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get -y install \ curl -sL https://deb.nodesource.com/setup_12.x | bash - && \ apt-get -y install \ nodejs \ - npm && \ + npm \ node-gyp && \ npm install -g @angular/cli