Skip to content

Commit

Permalink
Removed qemu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed May 11, 2024
1 parent 0abf140 commit 6baf09c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/jellyfin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ RUN dotnet publish Jellyfin.Server --configuration Release \
#
# Build the final combined image
#
FROM multiarch/qemu-user-static:x86_64-${QEMU_ARCH} as qemu
FROM mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION} as combined

ARG OS_VERSION
Expand All @@ -101,10 +100,6 @@ ARG MALI_PKG_CFG

ARG PACKAGE_ARCH
ARG DOTNET_ARCH
ARG QEMU_ARCH

# Copy the QEMU runtime
COPY --from=qemu /usr/bin/* /usr/bin

# Set the health URL
ENV HEALTHCHECK_URL=http://localhost:8096/health
Expand Down

0 comments on commit 6baf09c

Please sign in to comment.