Browse Source

fix arm64 docker build (#2078)

pull/2079/head
Jason Dove 11 months ago committed by GitHub
parent
commit
a04c72788f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docker/arm64/Dockerfile

2
docker/arm64/Dockerfile

@ -4,7 +4,7 @@ FROM jasongdove/ersatztv-ffmpeg:7.1.1-arm64 AS runtime-base @@ -4,7 +4,7 @@ FROM jasongdove/ersatztv-ffmpeg:7.1.1-arm64 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:9.0-noble-arm64 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0-noble-arm64v8 AS build
RUN apt-get update && apt-get install -y ca-certificates gnupg
WORKDIR /source

Loading…
Cancel
Save