File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,13 @@ services:
52
52
- redis-server
53
53
54
54
install :
55
- - sudo apt update
56
- - sudo apt install --only-upgrade ca-certificates
57
55
- if [ "$USE_PCRE2" != "Y" ] && [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache/ https://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VER}/pcre-${PCRE_VER}.tar.gz; fi
58
56
- if [ "$USE_PCRE2" = "Y" ] && [ ! -f download-cache/pcre2-$PCRE2_VER.tar.gz ]; then wget -P download-cache https://downloads.sourceforge.net/project/pcre/pcre2/${PCRE2_VER}/pcre2-${PCRE2_VER}.tar.gz; fi
59
57
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz || wget -P download-cache https://www.openssl.org/source/old/${OPENSSL_VER//[a-z]/}/openssl-$OPENSSL_VER.tar.gz; fi
60
58
- git clone https://github.com/openresty/openresty-devel-utils.git
61
59
- git clone https://github.com/openresty/lua-cjson.git
62
60
- git clone -b bump-1.27.0 https://github.com/xiaocang/openresty.git ../openresty
63
- - git clone -b bump1.27.0 https://github.com/xiaocang /no-pool-nginx.git ../no-pool-nginx
61
+ - git clone https://github.com/openresty /no-pool-nginx.git ../no-pool-nginx
64
62
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
65
63
- git clone https://github.com/openresty/mockeagain.git
66
64
- git clone https://github.com/openresty/test-nginx.git
You can’t perform that action at this time.
0 commit comments