aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 404502283..13551dad3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update -y \
16 16
17WORKDIR /usr/src/ferdi 17WORKDIR /usr/src/ferdi
18 18
19RUN npm i -g pnpm@6.17.1 \ 19RUN npm i -g pnpm@6.19.0 \
20 && npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 20 && npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
21 21
22COPY package*.json . 22COPY package*.json .