X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=Dockerfile;h=6950d120a1655082985e71cea17cbf0ff45e353b;hb=872cd04b7bce53c6fcf0299178adc756273cd13b;hp=4add2b3aeedb5d87adb82e1d5303b0e29c59ec8c;hpb=51871ede3f4c6958339a17eb4dfa9abaf81a7407;p=mbt-docker.git diff --git a/Dockerfile b/Dockerfile index 4add2b3..6950d12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -200,7 +200,7 @@ RUN set -ex \ ARG MBT_VERSION=1.2.23 RUN set -ex \ - && npm install -g --registry=https://int.repositories.cloud.sap/artifactory/api/npm/build-releases-npm --unsafe-perm mbt@${MBT_VERSION} \ + && npm install -g --unsafe-perm mbt@${MBT_VERSION} \ && npm cache clean -g --force \ # smoke test && mbt --version