From e7d229abd50b30eb2a208457808a0ae7051385c2 Mon Sep 17 00:00:00 2001 From: Alf Date: Mon, 5 Mar 2018 21:19:59 -0800 Subject: [PATCH] Fix syntax. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6414a0..464d974 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \ --conf-path=/opt/nginx/nginx.conf \ --error-log-path=/opt/nginx/logs/error.log \ --http-log-path=/opt/nginx/logs/access.log \ - --with-debug \ + --with-debug && \ cd /tmp/nginx-${NGINX_VERSION} && make && make install # FFmpeg dependencies.