File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,7 @@ if [[ ! -r $NGINX_TARBALL ]]; then
5858fi
5959
6060docker build --no-cache -t nginx-module-builder \
61- --build-arg NGINX_SRC_DIR=/tmp/nginx-" $NGINX_VERSION " \
6261 --build-arg NGINX_VERSION=" $NGINX_VERSION " \
63- --build-arg NGINX_DEBUG=n \
64- --build-arg DYNAMIC_MODULE=Y \
6562 -f builders/$LINUX_DISTRO .Dockerfile .
6663if [ $? -ne 0 ]; then
6764 echo " Docker build problem encountered for OS $LINUX_DISTRO and NGINX $NGINX_VERSION "
7067
7168mkdir -p build
7269LIBRARY_PREFIX=$( getLibraryPrefix)
73- docker run --name nginx-modules -d nginx-module-builder
70+ docker run --name nginx-modules nginx-module-builder
7471docker cp nginx-modules:/tmp/nginx-$NGINX_VERSION /objs/ngx_curity_http_phantom_token_module.so ./build/$LIBRARY_PREFIX .ngx_curity_http_phantom_token_module_$NGINX_VERSION .so
75- docker stop -t 0 nginx-modules
7672docker rm nginx-modules
7773docker rmi nginx-module-builder
You can’t perform that action at this time.
0 commit comments