Skip to content

Commit e526b51

Browse files
committed
fix: install libyaml-dev to fix build of Ubuntu 22.04
Fixes #382 Signed-off-by: Felix Bartels <[email protected]>
1 parent d88571b commit e526b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/install-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_dependencies_rpm() {
3030
install_dependencies_deb() {
3131
# install basic dependencies
3232
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
33+
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
3434
}
3535

3636
install_openresty_deb() {

0 commit comments

Comments
 (0)