~dricottone/container-images

container-images/php/Dockerfile.development -rw-r--r-- 288 bytes
e61b929eDominic Ricottone Okay now really things are updated a month ago
                                                                                
1
2
3
4
5
6
7
FROM docker.io/library/php:alpine

COPY php/ /usr/local/etc/php/

RUN rm /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini-production /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini
RUN mv /usr/local/etc/php/development.conf /usr/local/etc/php/conf.d/development.ini