Skip to content
Snippets Groups Projects
Verified Commit 9a0c65fb authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Pridab modul ngx_http_flv_module, verze 1.19.5

parent 58f55785
No related branches found
No related tags found
No related merge requests found
Pipeline #1608 passed
...@@ -3,7 +3,7 @@ image: docker:19.03.1 ...@@ -3,7 +3,7 @@ image: docker:19.03.1
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE IMAGE_TAG: $CI_REGISTRY_IMAGE
IMAGE_VER: 1.18.0 IMAGE_VER: 1.19.5
services: services:
- docker:19.03.1-dind - docker:19.03.1-dind
......
ARG NGINX_VERSION=1.18.0 ARG NGINX_VERSION=1.19.5
ARG NGINX_RTMP_VERSION=1.2.1 ARG NGINX_RTMP_VERSION=1.2.1
ARG FFMPEG_VERSION=4.3.1 ARG FFMPEG_VERSION=4.3.1
...@@ -50,6 +50,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \ ...@@ -50,6 +50,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
--with-http_ssl_module \ --with-http_ssl_module \
--with-http_realip_module \ --with-http_realip_module \
--with-http_auth_request_module \ --with-http_auth_request_module \
--with-http_flv_module \
--with-debug \ --with-debug \
--with-cc-opt="-Wimplicit-fallthrough=0" && \ --with-cc-opt="-Wimplicit-fallthrough=0" && \
cd /tmp/nginx-${NGINX_VERSION} && make && make install cd /tmp/nginx-${NGINX_VERSION} && make && make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment