Skip to content

Commit

Permalink
Upgrade FFmpeg 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 19, 2023
1 parent c90597b commit d39e56d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG ARCH

FROM ${ARCH}ossrs/node:18 AS node
FROM ${ARCH}ossrs/srs:ubuntu20 AS go
FROM ${ARCH}ossrs/srs:tools AS tools

# Usage:
# Build image:
Expand All @@ -20,6 +21,8 @@ FROM ${ARCH}jrei/systemd-ubuntu:focal AS dist
# Copy nodejs for ui build.
COPY --from=node /usr/local/bin /usr/local/bin
COPY --from=node /usr/local/lib /usr/local/lib
# Copy FFmpeg for tests.
COPY --from=tools /usr/local/bin/ffmpeg /usr/local/bin/ffprobe /usr/local/bin/
# For build platform in docker.
COPY --from=go /usr/local/go /usr/local/go
ENV PATH=$PATH:/usr/local/go/bin
Expand Down

0 comments on commit d39e56d

Please sign in to comment.