Merge pull request 'chore: update Dockerfile.base' (#16) from dev-check-cpu into dev
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 8s
Build Worker Base and Application Images / build-base (push) Successful in 7m20s
Build Worker Base and Application Images / build-docker (push) Successful in 3m39s
Build Worker Base and Application Images / deploy-stack (push) Successful in 35s

Reviewed-on: #16
This commit is contained in:
Chawanwit Pornnatwuttigul 2025-09-25 15:25:42 +00:00
commit fc00e2d1da

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