aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2025-04-26 16:52:33 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2025-04-26 16:52:33 +0300
commitc5320becab70208cb66527517a4576724355b208 (patch)
tree368558ba036dd0c549d0160db1a521484c7a9bab
parent8b5609e0e125cabdef9035ba96211b9bea3e15d9 (diff)
Add curl installation to Dockerfile
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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 \