fix bash syntax error
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
2d57f0b625
commit
d7bf7fdff8
@ -32,7 +32,7 @@ RUN apt-get update && \
|
|||||||
--with-compat \
|
--with-compat \
|
||||||
--add-module=../nginx-rtmp-module \
|
--add-module=../nginx-rtmp-module \
|
||||||
--with-debug\
|
--with-debug\
|
||||||
--builddir=/tmp/build/${NGINX_VERSION} \
|
--builddir=/tmp/build/${NGINX_VERSION} && \
|
||||||
make -j $(getconf _NPROCESSORS_ONLN) && \
|
make -j $(getconf _NPROCESSORS_ONLN) && \
|
||||||
make install && \
|
make install && \
|
||||||
mkdir /var/lock/nginx && \
|
mkdir /var/lock/nginx && \
|
||||||
|
Loading…
Reference in New Issue
Block a user