From 7bc2f6c475541d2b9547f5701f52e87702a31f31 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 21 Nov 2023 12:16:46 +0800 Subject: [PATCH] Update base image for focal. v5.12.3 --- DEVELOPER.md | 1 + focal/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index c798d0c7..32b667e7 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -1039,6 +1039,7 @@ The following are the update records for the SRS Stack server. * Refine local variable name conf to config. v5.12.1 * Add forced exit on timeout for program termination. v5.12.1 * Transcript: Support convert live speech to text by whisper. [v5.12.2](https://github.com/ossrs/srs-stack/releases/tag/v5.12.2) + * Transcript: Update base image for FFmpeg subtitles. v5.12.3 * v5.11 * VLive: Decrease the latency for virtual live. v5.11.1 * Live: Refine multiple language. v5.11.2 diff --git a/focal/Dockerfile b/focal/Dockerfile index 5dfd4630..69b0ca4f 100644 --- a/focal/Dockerfile +++ b/focal/Dockerfile @@ -39,6 +39,7 @@ FROM ${ARCH}ubuntu:focal AS dist # redis: For redis server and tools. # lego: For ACME client, request and renew the HTTPS certificate. COPY --from=build /etc/ssl/certs /etc/ssl/certs +COPY --from=build /usr/local/share/fonts/ /usr/local/share/fonts/ COPY --from=build /usr/share/ca-certificates /usr/share/ca-certificates COPY --from=upx /usr/local/bin/lego \ /usr/local/bin/ffmpeg /usr/local/bin/ffprobe \