File tree 4 files changed +3
-4
lines changed
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ dependencies = {
71
71
" ext-plugin-proto = 0.6.1" ,
72
72
" casbin = 1.41.9-1" ,
73
73
" inspect == 3.1.1" ,
74
- " lualdap = 1.2.6-1" ,
75
74
" lua-resty-rocketmq = 0.3.0-0" ,
76
75
" opentelemetry-lua = 0.2-3" ,
77
76
" net-url = 0.9-1" ,
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ GRPC_SERVER_EXAMPLE_VER=20210819
182
182
183
183
linux_get_dependencies () {
184
184
apt update
185
- apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl libpcre3 libpcre3-dev libldap2-dev
185
+ apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl libpcre3 libpcre3-dev
186
186
apt-get install -y libyaml-dev
187
187
wget https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
188
188
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ sudo add-apt-repository -y "deb https://openresty.org/package/${arch_path}ubuntu
35
35
sudo add-apt-repository -y " deb http://repos.apiseven.com/packages/${arch_path} debian bullseye main"
36
36
37
37
sudo apt-get update
38
- sudo apt-get install -y libldap2-dev openresty-pcre-dev openresty-zlib-dev build-essential gcc g++ cpanminus
38
+ sudo apt-get install -y openresty-pcre-dev openresty-zlib-dev build-essential gcc g++ cpanminus
39
39
40
40
SSL_LIB_VERSION=${SSL_LIB_VERSION-openssl}
41
41
ENABLE_FIPS=${ENABLE_FIPS:- " false" }
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ function install_dependencies_with_apt() {
78
78
sudo apt-get update
79
79
80
80
# install some compilation tools
81
- sudo apt-get install -y curl make gcc g++ cpanminus libpcre3 libpcre3-dev libldap2-dev libyaml-dev unzip openresty-zlib-dev openresty-pcre-dev
81
+ sudo apt-get install -y curl make gcc g++ cpanminus libpcre3 libpcre3-dev libyaml-dev unzip openresty-zlib-dev openresty-pcre-dev
82
82
}
83
83
84
84
# Identify the different distributions and call the corresponding function
You can’t perform that action at this time.
0 commit comments