From 0ae8a65c8f7f63fb24d848fa75ca02e0a7b5258f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 16 Jun 2026 06:28:12 +0200 Subject: [PATCH] chore: drop mariadb-dev It is no longer supported by Weblate. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54fdd7f..bb840fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,6 @@ RUN \ liblz4-dev \ libzstd-dev \ libxxhash-dev \ - libmariadb-dev \ libxmlsec1-dev \ libsasl2-dev \ libldap2-dev \