This commit is contained in:
		@@ -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=${NGINX_VERSION} && \
 | 
				
			||||||
    make -j $(getconf _NPROCESSORS_ONLN) && \
 | 
					    make -j $(getconf _NPROCESSORS_ONLN) && \
 | 
				
			||||||
    make install && \
 | 
					    make install && \
 | 
				
			||||||
    mkdir /var/lock/nginx && \
 | 
					    mkdir /var/lock/nginx && \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user