initiall comit
This commit is contained in:
+1
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user