Skip to content

Commit 60bdd13

Browse files
committed
Update container
- Enable the PHP Mysql extention - Use composer 2 instead of 1
1 parent d7760fc commit 60bdd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ./conf/10-docker-opcache-openconext.conf /usr/local/etc/php/conf.d/
77
CMD ["/usr/local/sbin/php-fpm" , "-F"]
88

99
FROM fpmprod AS fpmdev
10-
COPY --from=composer:1 /usr/bin/composer /usr/bin/composer
10+
COPY --from=composer /usr/bin/composer /usr/bin/composer
1111
COPY ./conf/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
1212
RUN apk --update --no-cache add git npm yarn autoconf g++ make && \
1313
docker-php-ext-install exif && \

0 commit comments

Comments
 (0)