From d0b68bc78945ff2ef7c9e03821400080df360455 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:37:47 -0700 Subject: [PATCH] Update Dockerfile.cpu --- Dockerfile.cpu | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.cpu b/Dockerfile.cpu index 0eb1901..187b3fd 100644 --- a/Dockerfile.cpu +++ b/Dockerfile.cpu @@ -20,6 +20,7 @@ WORKDIR /subgen # Copy only necessary files from builder stage COPY --from=builder /usr/bin/ffmpeg /usr/bin/ffmpeg +COPY --from=builder /usr/bin/ffprobe /usr/bin/ffprobe COPY --from=builder /install /usr/local # Copy source code