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 e186545 commit a77e93cCopy full SHA for a77e93c
utils/install-common.sh
@@ -31,7 +31,7 @@ install_dependencies_rpm() {
31
install_dependencies_deb() {
32
# install basic dependencies
33
DEBIAN_FRONTEND=noninteractive apt-get update
34
- 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
35
}
36
37
install_openresty_deb() {
0 commit comments