From 796a90a98f8fc5311e75b4c9feaf1df56028a777 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 09:29:51 +0100 Subject: [PATCH] Attempt to install node to image --- Infrastructure/.drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 9c772bf..1c7d928 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -8,5 +8,6 @@ steps: - name: build image: mcr.microsoft.com/dotnet/core/sdk:2.2 commands: + - apt install node - chmod +x ./build.sh - ./build.sh \ No newline at end of file