From 2600566a30e3096d8ca89926e96255d4967b1d76 Mon Sep 17 00:00:00 2001 From: stratumadev Date: Fri, 10 Oct 2025 00:48:18 +0200 Subject: [PATCH] fixed docker building --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d5ee24..b1ba899 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN echo 'ffmpeg: "./bin/ffmpeg/ffmpeg"\nmkvmerge: "./bin/mkvtoolnix/mkvmerge"' RUN npm install -g pnpm RUN pnpm i -RUN pnpm run build-linux-gui +RUN pnpm run build-linux-x64-gui # Move build to new Clean Image