Skip to content

Commit 1351b16

Browse files
committed
changes dhi
1 parent 6f57bda commit 1351b16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dhi.alpine.fpm.wsc.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
178178
COPY --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
181181
COPY --from=apk-extractor /apkroot /

dhi.debian.fpm.wsc.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
195195
COPY --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
198198
COPY --from=deb-extractor /dpkg /

0 commit comments

Comments
 (0)