This commit is contained in:
franknstayn
2023-08-27 19:15:04 +08:00
parent 6632baac92
commit 10bcec7e1a

View File

@@ -9,8 +9,9 @@ RUN apk --update --no-cache add \
libzip-dev \ libzip-dev \
zip \ zip \
unzip \ unzip \
libmcrypt-dev \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install gd pdo pdo_mysql zip && docker-php-ext-install gd pdo pdo_mysql zip mcrypt
# Set the working directory in the container # Set the working directory in the container
WORKDIR /var/www/html WORKDIR /var/www/html