fix: remove unnecessary copying of FFmpeg library and include files
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 7s
Build Worker Base and Application Images / build-base (push) Successful in 5m37s
Build Worker Base and Application Images / build-docker (push) Successful in 3m42s
Build Worker Base and Application Images / deploy-stack (push) Successful in 50s

This commit is contained in:
Siwat Sirichai 2025-09-25 23:56:29 +07:00
parent 47d4fa6b8f
commit dc1db635d0

View file

@ -52,8 +52,6 @@ RUN cd /tmp && \
cd ffmpeg-master-latest-linux64-gpl && \
# Copy binaries to system paths
cp bin/* /usr/local/bin/ && \
cp -r lib/* /usr/local/lib/ && \
cp -r include/* /usr/local/include/ && \
ldconfig && \
# Verify CUVID decoders are available
echo "=== Verifying FFmpeg CUVID Support ===" && \