From 9f8eee401aab8d9a177e77407cf4fe1af55bfdf4 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 11 Jun 2026 11:45:47 +0700 Subject: [PATCH] Fix: Replace mysql-client with default-mysql-client for Debian Trixie compatibility --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9824748..942b68d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /var/www/html # Install system dependencies RUN apt-get update && apt-get install -y \ - mysql-client \ + default-mysql-client \ git \ curl \ zip \