use new base image for build & release

This commit is contained in:
TGP
2022-01-20 15:12:05 +00:00
parent 69bd9a8548
commit c07e6ee41f
5 changed files with 21 additions and 4 deletions

10
docker/Dockerfile.base Normal file
View File

@@ -0,0 +1,10 @@
# syntax=docker/dockerfile:1
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine
RUN apk add bash icu-libs krb5-libs libgcc libintl libssl1.1 libstdc++ zlib
RUN curl -L --output ./dotnet-install.sh https://dot.net/v1/dotnet-install.sh
RUN chmod u+x ./dotnet-install.sh
RUN ./dotnet-install.sh -c 5.0