diff options
Diffstat (limited 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 \
|