From dd608d13908c81f66a030ce5624e73031a0dba01 Mon Sep 17 00:00:00 2001 From: Jun Date: Wed, 11 May 2022 15:50:45 +1000 Subject: [PATCH] DCD-1525: Install curl to run n stable --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 52cf1aa..a84711a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -363,7 +363,7 @@ pipelines: - docker script: - ./bin/install-ansible --dev - - apt-get update && apt-get install -y npm + - apt-get update && apt-get install -y npm curl - npm install npm@latest -g - npm cache clean -f - npm install -g n