From a00a4ee026d76d99db475addc3356739e82b400b Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 09:33:31 +0100 Subject: [PATCH] Copy install commands from nodejs instructions --- Infrastructure/.drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 26dcc29..8203c77 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -8,6 +8,7 @@ steps: - name: build image: mcr.microsoft.com/dotnet/core/sdk:2.2 commands: - - apt-get install nodejs + - curl -sL https://deb.nodesource.com/setup_12.x | bash - + - apt-get install -y nodejs - chmod +x ./build.sh - ./build.sh \ No newline at end of file