diff --git a/Dockerfile.base b/Dockerfile.base index e2baf08..8c104d2 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -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 ===" && \