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
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:
parent
47d4fa6b8f
commit
dc1db635d0
1 changed files with 0 additions and 2 deletions
|
@ -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 ===" && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue