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

This commit is contained in:
GlassedSilver
2022-05-01 11:04:59 +02:00
parent 80fcecdaea
commit 3bcbe0d3e7

View File

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