From b44b45cca04629033d23f011cbb0d23f9bd77938 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 24 Oct 2024 12:39:24 +0400 Subject: [PATCH] Fix docker build with openh264 in ffmpeg. --- Telegram/build/docker/centos_env/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 7c0edd864..fe0e81036 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -473,6 +473,7 @@ RUN git clone -b n12.1.14.0 --depth=1 {{ GIT }}/FFmpeg/nv-codec-headers.git \ FROM builder AS ffmpeg COPY --link --from=opus {{ LibrariesPath }}/opus-cache / +COPY --link --from=openh264 {{ LibrariesPath }}/openh264-cache / COPY --link --from=dav1d {{ LibrariesPath }}/dav1d-cache / COPY --link --from=libvpx {{ LibrariesPath }}/libvpx-cache / COPY --link --from=libXext {{ LibrariesPath }}/libXext-cache /