fix builddir
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-09-19 22:32:57 +02:00
parent 4a0e53bc6f
commit 095b37c7f3
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=${NGINX_VERSION} && \
make -j $(getconf _NPROCESSORS_ONLN) && \
make install && \
mkdir /var/lock/nginx && \