fix bash syntax error
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2020-09-19 22:19:38 +02:00
parent 2d57f0b625
commit d7bf7fdff8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN apt-get update && \
--with-compat \
--add-module=../nginx-rtmp-module \
--with-debug\
--builddir=/tmp/build/${NGINX_VERSION} \
--builddir=/tmp/build/${NGINX_VERSION} && \
make -j $(getconf _NPROCESSORS_ONLN) && \
make install && \
mkdir /var/lock/nginx && \