This commit is contained in:
+3
-1
@@ -3,7 +3,9 @@ FROM php:apache
|
||||
# Install necessary PHP extensions and tools
|
||||
RUN apt-get update && \
|
||||
apt-get install -y libzip-dev zip zlib1g-dev git unzip && \
|
||||
docker-php-ext-install mysqli zip
|
||||
docker-php-ext-install mysqli zip && \
|
||||
pecl install redis && \
|
||||
docker-php-ext-enable redis
|
||||
|
||||
# Enable SSL module for Apache
|
||||
RUN a2enmod ssl
|
||||
|
||||
Reference in New Issue
Block a user