From 9a0c65fb21a5d805e475d2b96c108b397ce0ea74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Tue, 1 Dec 2020 00:06:40 +0100 Subject: [PATCH] Pridab modul ngx_http_flv_module, verze 1.19.5 --- .gitlab-ci.yml | 2 +- Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 297eb0c..7717c76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: docker:19.03.1 variables: DOCKER_TLS_CERTDIR: "/certs" IMAGE_TAG: $CI_REGISTRY_IMAGE - IMAGE_VER: 1.18.0 + IMAGE_VER: 1.19.5 services: - docker:19.03.1-dind diff --git a/Dockerfile b/Dockerfile index bf4917d..f5be5b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NGINX_VERSION=1.18.0 +ARG NGINX_VERSION=1.19.5 ARG NGINX_RTMP_VERSION=1.2.1 ARG FFMPEG_VERSION=4.3.1 @@ -50,6 +50,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \ --with-http_ssl_module \ --with-http_realip_module \ --with-http_auth_request_module \ + --with-http_flv_module \ --with-debug \ --with-cc-opt="-Wimplicit-fallthrough=0" && \ cd /tmp/nginx-${NGINX_VERSION} && make && make install -- GitLab