X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=Dockerfile;h=fd929773639f9342c5418917ab6dc3d1ee7f6cf3;hb=9360cf25808102e5b6de0f18f6d0fb18f46c4710;hp=5be6ec411f7b673f670f7343af8a57c2073b9f47;hpb=74ad74b2ec0700c171ce88aaa408926b44d609ca;p=mbt-docker.git diff --git a/Dockerfile b/Dockerfile index 5be6ec4..fd92977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ ADD http://aia.pki.co.sap.com/aia/SAP%20Global%20Root%20CA.crt \ /etc/ssl/certs/SAP_Global_Root_CA.crt -ARG NODE_VERSION=16.17.1 +ARG NODE_VERSION=16.18.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ @@ -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