Fix: Replace mysql-client with default-mysql-client for Debian Trixie compatibility

This commit is contained in:
unknown
2026-06-11 11:45:47 +07:00
parent d4afc16e02
commit 9f8eee401a
+1 -1
View File
@@ -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 \