aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 71fca5d22..ef4d1dbe0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,8 @@ WORKDIR /usr/src/ferdi
21COPY package*.json ./ 21COPY package*.json ./
22COPY lerna.json ./ 22COPY lerna.json ./
23 23
24RUN npm i -g node-gyp@8.1.0 24RUN npm i -g node-gyp@8.1.0 \
25 && npm i -g lerna@4.0.0
25 26
26COPY . . 27COPY . .
27 28