Added curl to image distro.

This commit is contained in:
Ruberoid 2025-07-21 13:49:32 +03:00
parent 4f00f647d8
commit 6bf0b6edcd

View File

@ -1,5 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
EXPOSE 80
EXPOSE 443