Fix: Replace mysql-client with default-mysql-client for Debian Trixie compatibility
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ WORKDIR /var/www/html
|
|||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
mysql-client \
|
default-mysql-client \
|
||||||
git \
|
git \
|
||||||
curl \
|
curl \
|
||||||
zip \
|
zip \
|
||||||
|
|||||||
Reference in New Issue
Block a user