修改dockerfile

This commit is contained in:
2023-06-25 14:48:56 +08:00
parent 1fe826b49d
commit 092fc0586c
5 changed files with 5 additions and 57 deletions
+3 -3
View File
@@ -49,9 +49,9 @@ WORKDIR /opt/www
COPY . /opt/www
RUN apk add --no-cache $PHPIZE_DEPS \
&& pecl8 install imagick \
&& echo "extension=imagick.so" > /etc/php8/conf.d/imagick.ini
#RUN apk add --no-cache $PHPIZE_DEPS \
# && pecl8 install imagick \
# && echo "extension=imagick.so" > /etc/php8/conf.d/imagick.ini
RUN composer install --no-dev -o && php bin/hyperf.php