We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88571b commit e526b51Copy full SHA for e526b51
utils/install-common.sh
@@ -30,7 +30,7 @@ install_dependencies_rpm() {
30
install_dependencies_deb() {
31
# install basic dependencies
32
DEBIAN_FRONTEND=noninteractive apt-get update
33
- DEBIAN_FRONTEND=noninteractive apt-get install -y wget tar gcc automake autoconf libtool make curl git unzip sudo libreadline-dev lsb-release gawk
+ DEBIAN_FRONTEND=noninteractive apt-get install -y wget tar gcc automake autoconf libtool make curl git unzip sudo libreadline-dev lsb-release gawk libyaml-dev
34
}
35
36
install_openresty_deb() {
0 commit comments