From 34983651d059de7e57cbb7171cf916bb1c033622 Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Fri, 19 Jul 2019 18:14:44 +0100 Subject: [PATCH] Fix installing the specified npm version in debug builds Change-type: patch --- Dockerfile.debug | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.debug b/Dockerfile.debug index 9b67babb..cdb0dafd 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -43,6 +43,7 @@ RUN apt-get update \ curl \ vim +ARG NPM_VERSION # We first ensure that every architecture has an npm version # which can do an npm ci, then we perform the ci using this # temporary version