From 5f29392c2fbbd82e7337e1047068179c35fc3012 Mon Sep 17 00:00:00 2001 From: ziesorx Date: Thu, 25 Sep 2025 22:25:27 +0700 Subject: [PATCH] chore: update Dockerfile.base --- Dockerfile.base | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index ecf7b2a..281ba9d 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -26,9 +26,6 @@ RUN apt update && apt install -y \ libavcodec-extra \ libavformat58 \ libswscale5 \ - # Additional codecs - libx264-155 \ - libx265-179 \ # TurboJPEG for fast JPEG encoding libturbojpeg0-dev \ && rm -rf /var/lib/apt/lists/*