From c5320becab70208cb66527517a4576724355b208 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 26 Apr 2025 16:52:33 +0300 Subject: Add curl installation to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5070060..6909b96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN dotnet publish -a $TARGETARCH --no-restore -o /app FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine EXPOSE 8080 +RUN apk --update --no-cache add curl ENV \ DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ -- cgit v1.2.3