mirror of
https://github.com/danog/php.git
synced 2024-12-03 18:07:57 +01:00
2c5880107a
For example, the following makes WordPress work: ```Dockerfile RUN apt-get update && apt-get install -y libpng12-dev && rm -rf /var/lib/apt/lists/* \ && docker-php-ext-install gd \ && apt-get purge --auto-remove -y libpng12-dev RUN docker-php-ext-install mysqli ``` |
||
---|---|---|
.. | ||
apache | ||
docker-php-ext-configure | ||
docker-php-ext-install | ||
Dockerfile |