From 47deef32e3ef1c2e6abcce6aded133ecc9e3d89b Mon Sep 17 00:00:00 2001 From: Dom Sekotill Date: Sat, 23 Oct 2021 12:54:08 +0100 Subject: [PATCH] Add missing library dependency --- scripts/install-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index 51d0f81..5dd7e75 100755 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -14,6 +14,7 @@ apk add \ imagemagick-libs \ jq \ libgmpxx \ + libgomp \ libjpeg \ libpng \ libwebp \ -- GitLab