Skip to content

Commit

Permalink
fix: install libyaml-dev to fix build of Ubuntu 22.04
Browse files Browse the repository at this point in the history
Fixes #382

Signed-off-by: Felix Bartels <[email protected]>
  • Loading branch information
fbartels committed Sep 20, 2024
1 parent d88571b commit e526b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/install-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_dependencies_rpm() {
install_dependencies_deb() {
# install basic dependencies
DEBIAN_FRONTEND=noninteractive apt-get update
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
}

install_openresty_deb() {
Expand Down

0 comments on commit e526b51

Please sign in to comment.