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
2
2
ARG NGINX_HTTP_FLV_MODULE=1.2.12
3
3
ARG HTTP_PORT=80
4
4
ARG HTTPS_PORT=443
@@ -48,20 +48,20 @@ ARG HTTPS_PORT
48
48
ARG RTMP_PORT
49
49
ARG HTTP_FLV_MODULE
50
50
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}
55
55
56
56
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories\
57
57
&& 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
59
59
60
60
COPY --from=build-nginx /usr/local/nginx /usr/local/nginx
61
61
COPY --from=build-nginx /etc/nginx /etc/nginx
62
62
63
63
# Add NGINX path, config and static files.
64
- ENV PATH "${PATH}:/usr/local/nginx/sbin"
64
+ ENV PATH= "${PATH}:/usr/local/nginx/sbin"
65
65
RUN mkdir -p /opt/data && mkdir /www && mkdir -p /usr/local/nginx/rtmp
66
66
COPY nginx.conf /etc/nginx/nginx.conf
67
67
COPY stat.xsl /usr/local/nginx/rtmp/stat.xsl
You can’t perform that action at this time.
0 commit comments