Skip to content

Commit 2faf95c

Browse files
authored
Update 8.4.Dockerfile
1 parent 806ee50 commit 2faf95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

8.4.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ENV \
1515
COPY docker-* /usr/local/bin/
1616

1717
# copy from existing
18-
COPY --from=adhocore/phpfpm:8.4 /usr/local/lib/php/extensions/no-debug-non-zts-20230831/*.so /usr/local/lib/php/extensions/no-debug-non-zts-20230831/
19-
COPY --from=adhocore/phpfpm:8.4 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
18+
# COPY --from=adhocore/phpfpm:8.4 /usr/local/lib/php/extensions/no-debug-non-zts-20230831/*.so /usr/local/lib/php/extensions/no-debug-non-zts-20230831/##
19+
# COPY --from=adhocore/phpfpm:8.4 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
2020

2121
# ext
2222
COPY ext.php /ext.php

0 commit comments

Comments
 (0)