From c8e201f0548ab417aa6ad47125659e2ddd18493f Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 09:30:19 +0100 Subject: [PATCH] Use apt-get instad of apt --- Infrastructure/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 1c7d928..fc3cae4 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -8,6 +8,6 @@ steps: - name: build image: mcr.microsoft.com/dotnet/core/sdk:2.2 commands: - - apt install node + - apt-get install node - chmod +x ./build.sh - ./build.sh \ No newline at end of file