From 49ff3dfbad75ce003e2f7cd095419e1ee9af5923 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 3 May 2023 09:09:40 -0500 Subject: [PATCH] Corrected webp package name for OracleLinux --- build/ol/install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ol/install-packages.sh b/build/ol/install-packages.sh index 3d780fe6369..3e8015e9d39 100755 --- a/build/ol/install-packages.sh +++ b/build/ol/install-packages.sh @@ -36,7 +36,7 @@ dnf install -y ImageMagick \ zstd \ lbzip2 \ libpcap \ - libwebp-tools + libwebp bash /build/ol/install-gosu.sh