diff --git a/.drone.yml b/.drone.yml index 8e62704..3208c91 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,10 @@ type: docker steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:5.0 + image: alpine commands: + - curl -LJO https://dot.net/v1/dotnet-install.sh + - ./dotnet-install.sh -c 5.0 - ./build.sh - ./zip-files.sh