mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix docker build with openh264 in ffmpeg.
This commit is contained in:
parent
9e2cf0ed73
commit
b44b45cca0
1 changed files with 1 additions and 0 deletions
|
@ -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 /
|
||||
|
|
Loading…
Add table
Reference in a new issue