From 51871ede3f4c6958339a17eb4dfa9abaf81a7407 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 17 Feb 2023 16:48:44 +0100 Subject: [PATCH] Revert incorrect change MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 61a03e5..4add2b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -200,8 +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 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 -- 2.34.1