Skip to content

Commit a77e93c

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 e186545 commit a77e93c

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
@@ -31,7 +31,7 @@ install_dependencies_rpm() {
3131
install_dependencies_deb() {
3232
# install basic dependencies
3333
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
34+
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
3535
}
3636

3737
install_openresty_deb() {

0 commit comments

Comments
 (0)