Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
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