File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,6 @@ LABEL org.opencontainers.image.authors="Tobias Hargesheimer <docker@ison.ws>" \
176176 org.opencontainers.image.source="https://github.com/Tob1as/docker-php"
177177# Copy php extensions
178178COPY --from=builder ${PHP_PREFIX}/lib/php/extensions/ ${PHP_PREFIX}/lib/php/extensions/
179- COPY --from=builder ${PHP_PREFIX}/etc/php/conf.d ${PHP_PREFIX}/etc/php/conf.d
179+ COPY --from=builder ${PHP_PREFIX}/etc/php/conf.d/docker-php-ext-* ${PHP_PREFIX}/etc/php/conf.d/
180180# Copy the libraries from the extractor stage into root
181181COPY --from=apk-extractor /apkroot /
Original file line number Diff line number Diff line change @@ -193,6 +193,6 @@ LABEL org.opencontainers.image.authors="Tobias Hargesheimer <docker@ison.ws>" \
193193 org.opencontainers.image.source="https://github.com/Tob1as/docker-php"
194194# Copy php extensions
195195COPY --from=builder ${PHP_PREFIX}/lib/php/extensions/ ${PHP_PREFIX}/lib/php/extensions/
196- COPY --from=builder ${PHP_PREFIX}/etc/php/conf.d ${PHP_PREFIX}/etc/php/conf.d
196+ COPY --from=builder ${PHP_PREFIX}/etc/php/conf.d/docker-php-ext-* ${PHP_PREFIX}/etc/php/conf.d/
197197# Copy the libraries from the extractor stage into root
198198COPY --from=deb-extractor /dpkg /
You can’t perform that action at this time.
0 commit comments