From 536949064015f5e6ba747f3c8beb60be73d17245 Mon Sep 17 00:00:00 2001 From: Torma Kristof Date: Sat, 19 Sep 2020 22:08:22 +0200 Subject: [PATCH] fix build dir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad9ff6a..513ba7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN mkdir -p /tmp/build/ && \ RUN cd /tmp/build/ && \ git clone https://github.com/sergey-dryabzhinsky/nginx-rtmp-module.git -RUN cd /tmp/build/${NGINX_VERSION} && \ +RUN cd /tmp/build/ && \ ./configure \ --sbin-path=/usr/local/sbin/nginx \ --conf-path=/etc/nginx/nginx.conf \