fix dependency node-gyp (>= 3.6.2~) needed

pull/584/head
GlassedSilver 3 years ago
parent 80fcecdaea
commit 3bcbe0d3e7

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

Loading…
Cancel
Save