Skip to content

Commit cceef01

Browse files
committed
Update cache for SRS.
1 parent 05c1212 commit cceef01

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ RUN ls -lh /usr/local/bin/ffmpeg /usr/local/ssl
4545
RUN apt-get install -y git gcc
4646

4747
# Build SRS for cache, never install it.
48-
# 6.0release 4b64c5c5b Upgrade actions worlflow image to Ubuntu 22.04
49-
# develop 974826800 update pion/webrtc to v4. v7.0.34 (#4359)
48+
#
49+
# 6.0release 2ab3937a6 fix err memory leak in rtc to rtmp bridge. v6.0.174 (#4441)
50+
# develop 5adf684f5 AI: Remove multi-threading support and change to single-thread architecture. v7.0.59 (#4445)
51+
#
5052
# Pelease update this comment, if need to refresh the cached dependencies, like st/openssl/ffmpeg/libsrtp/libsrt etc.
5153
RUN mkdir -p /usr/local/srs-cache
5254
RUN cd /usr/local/srs-cache && git clone https://github.com/ossrs/srs.git

0 commit comments

Comments
 (0)