Skip to content

Commit

Permalink
Update base image for focal. v5.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 21, 2023
1 parent 917d4f5 commit 7bc2f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7bc2f6c

Please sign in to comment.