Fix syntax.

This commit is contained in:
Alf 2018-03-05 21:19:59 -08:00
parent 3784bcc51b
commit e7d229abd5
1 changed files with 1 additions and 1 deletions

View File

@ -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.