diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2025-04-26 16:52:33 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2025-04-26 16:52:33 +0300 |
commit | c5320becab70208cb66527517a4576724355b208 (patch) | |
tree | 368558ba036dd0c549d0160db1a521484c7a9bab | |
parent | 8b5609e0e125cabdef9035ba96211b9bea3e15d9 (diff) |
Add curl installation to Dockerfile
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \
|