File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- ARG NGINX_VERSION=1.26.3
1+ ARG NGINX_VERSION=1.28.0
22ARG NGINX_HTTP_FLV_MODULE=1.2.12
33ARG HTTP_PORT=80
44ARG HTTPS_PORT=443
@@ -48,20 +48,20 @@ ARG HTTPS_PORT
4848ARG RTMP_PORT
4949ARG HTTP_FLV_MODULE
5050
51- ENV HTTP_PORT ${HTTP_PORT}
52- ENV HTTPS_PORT ${HTTPS_PORT}
53- ENV RTMP_PORT ${RTMP_PORT}
54- ENV HTTP_FLV_MODULE ${HTTP_FLV_MODULE}
51+ ENV HTTP_PORT= ${HTTP_PORT}
52+ ENV HTTPS_PORT= ${HTTPS_PORT}
53+ ENV RTMP_PORT= ${RTMP_PORT}
54+ ENV HTTP_FLV_MODULE= ${HTTP_FLV_MODULE}
5555
5656RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories\
5757 && apk update \
58- && apk add --no-cache pcre-dev zlib-dev openssl openssl-dev gettext ffmpeg
58+ && apk add --no-cache pcre-dev zlib-dev openssl openssl-dev gettext
5959
6060COPY --from=build-nginx /usr/local/nginx /usr/local/nginx
6161COPY --from=build-nginx /etc/nginx /etc/nginx
6262
6363# Add NGINX path, config and static files.
64- ENV PATH "${PATH}:/usr/local/nginx/sbin"
64+ ENV PATH= "${PATH}:/usr/local/nginx/sbin"
6565RUN mkdir -p /opt/data && mkdir /www && mkdir -p /usr/local/nginx/rtmp
6666COPY nginx.conf /etc/nginx/nginx.conf
6767COPY stat.xsl /usr/local/nginx/rtmp/stat.xsl
You can’t perform that action at this time.
0 commit comments