2019-10-09 19:21:06 +00:00
|
|
|
FROM scratch
|
|
|
|
|
2024-08-13 22:27:48 +00:00
|
|
|
LABEL org.opencontainers.image.source="https://github.com/mlocati/docker-php-extension-installer"
|
|
|
|
LABEL org.opencontainers.image.licenses="MIT"
|
2023-12-14 15:00:29 +00:00
|
|
|
|
2024-08-13 22:27:48 +00:00
|
|
|
COPY --chmod=755 install-php-extensions /usr/bin/install-php-extensions
|