chore: update Dockerfile.base #16

Merged
chawanwit.p merged 1 commit from dev-check-cpu into dev 2025-09-25 15:25:43 +00:00

View file

@ -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/*