|
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM mcr.microsoft.com/dotnet/aspnet:7.0-focal-arm64v8 AS dotnet-runtime |
|
|
|
FROM mcr.microsoft.com/dotnet/aspnet:7.0-jammy-arm64v8 AS dotnet-runtime |
|
|
|
|
|
|
|
|
|
|
|
FROM jasongdove/ersatztv-ffmpeg:5.1.2-arm64 AS runtime-base |
|
|
|
FROM jasongdove/ersatztv-ffmpeg:5.1.2-arm64 AS runtime-base |
|
|
|
COPY --from=dotnet-runtime /usr/share/dotnet /usr/share/dotnet |
|
|
|
COPY --from=dotnet-runtime /usr/share/dotnet /usr/share/dotnet |
|
|
|
@ -9,7 +9,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y libicu |
|
|
|
libgdiplus |
|
|
|
libgdiplus |
|
|
|
|
|
|
|
|
|
|
|
# https://hub.docker.com/_/microsoft-dotnet |
|
|
|
# https://hub.docker.com/_/microsoft-dotnet |
|
|
|
FROM mcr.microsoft.com/dotnet/sdk:7.0-focal-arm64v8 AS build |
|
|
|
FROM mcr.microsoft.com/dotnet/sdk:7.0-jammy-arm64v8 AS build |
|
|
|
RUN apt-get update && apt-get install -y ca-certificates |
|
|
|
RUN apt-get update && apt-get install -y ca-certificates |
|
|
|
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - |
|
|
|
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - |
|
|
|
RUN apt-get install -y nodejs |
|
|
|
RUN apt-get install -y nodejs |
|
|
|
|