helderco / docker-php

Docker image with PHP FPM.

Home Page:https://registry.hub.docker.com/u/helder/php/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use docker-php-pecl-install on my Dockerfile?

phpguru opened this issue · comments

Just curious if there is any way to do it, or if I have to do:

FROM: helderco / docker-php

?

Hey, if you want to use my image, you would do:

FROM helder/php

But if you only want the script, then copy it:

FROM php
COPY docker-php-pecl-install /usr/local/bin/

By the way, the automated build for this repository is in https://hub.docker.com/r/helder/php/