From 34f40fe4380e925350ff51450409b8c6a8cbd814 Mon Sep 17 00:00:00 2001 From: hoellen Date: Tue, 9 Apr 2024 14:47:04 +0200 Subject: [PATCH] fix: add missing librsvg This was caused by the update to Alpine 3.19. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0dd4644..13809b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ RUN apk -U upgrade \ gmp \ icu \ libjpeg-turbo \ + librsvg \ libpq \ libpq \ libwebp \