1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine package variables. v4.0.228

This commit is contained in:
winlin 2022-01-13 17:01:57 +08:00
parent 8830d267f2
commit 99ff853de9
3 changed files with 7 additions and 6 deletions

View file

@ -6,9 +6,6 @@ ARG version
# Install depends tools.
RUN yum install -y zip
# Setup the packager env.
ENV SRS_AUTO_PACKAGER ossrs
# Build and install SRS.
ADD srs-server-${version}.tar.gz /srs
WORKDIR /srs/srs-server-${version}/trunk