X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=Dockerfile;h=fd929773639f9342c5418917ab6dc3d1ee7f6cf3;hb=9360cf25808102e5b6de0f18f6d0fb18f46c4710;hp=e772ceaa5d9d6e0346b97f8b0cefe7d12d151f54;hpb=7c894402cbb5812f2f1958a37bc13ad0031e6c41;p=mbt-docker.git diff --git a/Dockerfile b/Dockerfile index e772cea..fd92977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -156,7 +156,8 @@ RUN set -ex \ ARG MBT_VERSION=1.2.18 RUN set -ex \ - && npm install -g mbt@${MBT_VERSION} \ + && npm install -g --unsafe-perm mbt@${MBT_VERSION} \ + && npm cache clean -g --force \ # smoke test && mbt --version