You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk/Dockerfile.pkg

15 lines
311 B
Docker

FROM ossrs/srs:dev
# version=4.0.145
ARG version
3 years ago
ARG SRS_AUTO_PACKAGER
# Install depends tools.
RUN yum install -y zip
# Build and install SRS.
ADD srs-server-${version}.tar.gz /srs
WORKDIR /srs/srs-server-${version}/trunk
RUN ./scripts/package.sh --x86-x64 --gb28181=on --apm=on --h265=on --tag=${version}