mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-26 12:15:47 +08:00
use new base image for build & release
This commit is contained in:
10
docker/Dockerfile.base
Normal file
10
docker/Dockerfile.base
Normal 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
|
||||
Reference in New Issue
Block a user