mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
preserve fonts
This commit is contained in:
parent
5615702358
commit
7c25c3c1d7
@ -824,12 +824,14 @@ RUN \
|
||||
ldconfig && \
|
||||
mkdir -p \
|
||||
/buildout/usr/local/bin \
|
||||
/buildout/usr/local/etc/fonts \
|
||||
/buildout/usr/local/lib/libmfx-gen \
|
||||
/buildout/usr/local/lib/mfx \
|
||||
/buildout/usr/local/lib/vpl \
|
||||
/buildout/usr/local/lib/x86_64-linux-gnu/dri \
|
||||
/buildout/usr/local/lib/x86_64-linux-gnu/vdpau \
|
||||
/buildout/usr/local/share/vulkan \
|
||||
/buildout/usr/share/fonts \
|
||||
/buildout/usr/share/libdrm \
|
||||
/buildout/etc/OpenCL/vendors && \
|
||||
cp \
|
||||
@ -838,6 +840,9 @@ RUN \
|
||||
cp \
|
||||
/tmp/ffmpeg/ffprobe \
|
||||
/buildout/usr/local/bin && \
|
||||
cp -a \
|
||||
/usr/local/etc/fonts/* \
|
||||
/buildout/usr/local/etc/fonts/ && \
|
||||
cp -a \
|
||||
/usr/local/lib/lib*so* \
|
||||
/buildout/usr/local/lib/ && \
|
||||
@ -865,6 +870,9 @@ RUN \
|
||||
cp -a \
|
||||
/usr/share/libdrm/amdgpu.ids \
|
||||
/buildout/usr/share/libdrm/ && \
|
||||
cp -a \
|
||||
/usr/share/fonts/* \
|
||||
/buildout/usr/share/fonts/ && \
|
||||
cp -a \
|
||||
/usr/local/share/vulkan/* \
|
||||
/buildout/usr/local/share/vulkan/ && \
|
||||
|
||||
@ -540,16 +540,24 @@ RUN \
|
||||
ldconfig && \
|
||||
mkdir -p \
|
||||
/buildout/usr/local/bin \
|
||||
/buildout/usr/local/lib && \
|
||||
/buildout/usr/local/etc/fonts \
|
||||
/buildout/usr/local/lib \
|
||||
/buildout/usr/share/fonts && \
|
||||
cp \
|
||||
/tmp/ffmpeg/ffmpeg \
|
||||
/buildout/usr/local/bin && \
|
||||
cp \
|
||||
/tmp/ffmpeg/ffprobe \
|
||||
/buildout/usr/local/bin && \
|
||||
cp -a \
|
||||
/usr/local/etc/fonts/* \
|
||||
/buildout/usr/local/etc/fonts/ && \
|
||||
cp -a \
|
||||
/usr/local/lib/lib*so* \
|
||||
/buildout/usr/local/lib/
|
||||
/buildout/usr/local/lib/ && \
|
||||
cp -a \
|
||||
/usr/share/fonts/* \
|
||||
/buildout/usr/share/fonts/
|
||||
|
||||
# runtime stage
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-jammy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user