|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-amd64 AS dotnet-runtime |
|
|
|
|
#FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-amd64 AS dotnet-runtime |
|
|
|
|
|
|
|
|
|
FROM jasongdove/ersatztv-ffmpeg:7.0-vaapi AS runtime-base |
|
|
|
|
COPY --from=dotnet-runtime /usr/share/dotnet /usr/share/dotnet |
|
|
|
|
FROM jasongdove/ersatztv-ffmpeg:6.1-vaapi AS runtime-base |
|
|
|
|
#COPY --from=dotnet-runtime /usr/share/dotnet /usr/share/dotnet |
|
|
|
|
|
|
|
|
|
# https://hub.docker.com/_/microsoft-dotnet |
|
|
|
|
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build |
|
|
|
|