From e302947e48ccc1f0e5102f17f31475565281ebbb Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Sat, 20 Jun 2020 16:54:37 +0100 Subject: [PATCH] added cairo-dev to alpine build --- buildScripts/getDevLibrariesAlpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildScripts/getDevLibrariesAlpine b/buildScripts/getDevLibrariesAlpine index f0f8b3c..a8a3c41 100755 --- a/buildScripts/getDevLibrariesAlpine +++ b/buildScripts/getDevLibrariesAlpine @@ -17,7 +17,7 @@ set -ev sudo apk update sudo apk add \ gettext \ - cairo \ + cairo-dev \ libpng-dev \ freetype-dev \ gettext-dev \