Fix syntax.
This commit is contained in:
parent
3784bcc51b
commit
e7d229abd5
|
@ -48,7 +48,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
|
||||||
--conf-path=/opt/nginx/nginx.conf \
|
--conf-path=/opt/nginx/nginx.conf \
|
||||||
--error-log-path=/opt/nginx/logs/error.log \
|
--error-log-path=/opt/nginx/logs/error.log \
|
||||||
--http-log-path=/opt/nginx/logs/access.log \
|
--http-log-path=/opt/nginx/logs/access.log \
|
||||||
--with-debug \
|
--with-debug && \
|
||||||
cd /tmp/nginx-${NGINX_VERSION} && make && make install
|
cd /tmp/nginx-${NGINX_VERSION} && make && make install
|
||||||
|
|
||||||
# FFmpeg dependencies.
|
# FFmpeg dependencies.
|
||||||
|
|
Loading…
Reference in New Issue