1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-10 09:02:42 +00:00
docker-php-extension-installer/Dockerfile
Shin d8a138cd64
Simplify Dockerfile (#960)
* Simplify Dockerfile

* Update test-dockerfile.yml
2024-08-14 00:27:48 +02:00

6 lines
231 B
Docker

FROM scratch
LABEL org.opencontainers.image.source="https://github.com/mlocati/docker-php-extension-installer"
LABEL org.opencontainers.image.licenses="MIT"
COPY --chmod=755 install-php-extensions /usr/bin/install-php-extensions