From: Jérôme Benoit Date: Sat, 19 Nov 2022 10:16:52 +0000 (+0100) Subject: Specify SAP registry for MBT install X-Git-Url: https://git.piment-noir.org/?p=mbt-docker.git;a=commitdiff_plain;h=a926492b62a24268c89591311528c56a8ba377af Specify SAP registry for MBT install Signed-off-by: Jérôme Benoit --- 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