Код: Выделить всё
FROM mcr.microsoft.com/dotnet/aspnet:6.0
run apt-get -y update; apt-get -y install curl
WORKDIR /app
COPY ["bin/Release/net6.0/", "."]
ENTRYPOINT ["dotnet", "Test.Api.Rest.dll"]
Код: Выделить всё
'apt-get' is not recognized as an internal or external command,
Подробнее здесь: https://stackoverflow.com/questions/787 ... city-build