Use apt-get instad of apt

This commit is contained in:
Robert Marshall 2019-08-26 09:30:19 +01:00
parent 796a90a98f
commit c8e201f054

View file

@ -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