X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=Dockerfile;h=35e4cf7f93210e9efe5200ee62b2edb51ff11c0c;hb=d92161083dbe698f93ac48847260c66cc96d8e3f;hp=92582dd19e302cb0a2c682cefc3a477ff212cd17;hpb=93080a7341653e81a5907d170006a8548f435a24;p=mbt-docker.git diff --git a/Dockerfile b/Dockerfile index 92582dd..35e4cf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -170,7 +170,7 @@ RUN set -ex \ ARG MBT_VERSION=1.2.19 RUN set -ex \ - && npm install -g --unsafe-perm mbt@${MBT_VERSION} \ + && npm install -g --registry=https://int.repositories.cloud.sap/artifactory/api/npm/build-releases-npm --unsafe-perm mbt@${MBT_VERSION} \ && npm cache clean -g --force \ # smoke test && mbt --version