diff --git a/Dockerfile b/Dockerfile index 9f3b9b9..d1c8e99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update && apt-get -y install \ apt-get -y install \ nodejs \ npm && \ + node-gyp && \ npm install -g @angular/cli WORKDIR /build