Skip to content

Commit edbe3ca

Browse files
committed
nginx版本更新至1.28.0,EVN改为ENV key=value
1 parent fff012d commit edbe3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ENV HTTP_FLV_MODULE=${HTTP_FLV_MODULE}
5555

5656
RUN 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
58+
&& apk add --no-cache pcre-dev zlib-dev openssl openssl-dev gettext ffmpeg
5959

6060
COPY --from=build-nginx /usr/local/nginx /usr/local/nginx
6161
COPY --from=build-nginx /etc/nginx /etc/nginx

0 commit comments

Comments
 (0)