From c1264ee7bfc116bb2b2fe1abac63d523896e785d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 16 Jul 2026 11:45:30 +0200 Subject: [PATCH] feat: drop cairo from the image It will not be needed after https://github.com/WeblateOrg/weblate/pull/20688 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d5c3a6b..138d569 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ RUN \ && apt-get install --no-install-recommends -y \ pkg-config \ make \ - libcairo2-dev \ libxml2-dev \ libacl1-dev \ liblz4-dev \ @@ -37,7 +36,6 @@ RUN \ libpq-dev \ zlib1g-dev \ libjpeg62-dev \ - libgirepository-2.0-dev \ patch \ gcc \ g++ \