From 6ca8b2d4966aad9cb48cbad45ceafaaea645dd7e Mon Sep 17 00:00:00 2001 From: Swerik <47034061+TheSwerik@users.noreply.github.com> Date: Wed, 9 Jul 2025 01:14:31 +0200 Subject: [PATCH] add yarn to docker (#137) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1ecd05c..a880b0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ trigger: - release steps: - name: run tests - image: mcr.microsoft.com/dotnet/sdk:9.0 + image: mcr.microsoft.com/dotnet/sdk:9.0-alpine commands: - apk add --no-cache nodejs npm - npm install -g yarn