initiall comit

This commit is contained in:
unknown
2026-06-12 22:44:23 +07:00
parent 4949c84feb
commit d7dd18ddba
9 changed files with 1069 additions and 15 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ FROM php:8.1-apache
WORKDIR /var/www/html
# Install system dependencies
RUN apt-get update && apt-get install -y \
mysql-client \
RUN apt-get update && (apt-get install -y mysql-client || apt-get install -y default-mysql-client) && apt-get install -y \
git \
curl \
zip \