2016-07-25 02:54:40 +00:00
|
|
|
#!/bin/bash
|
2016-08-06 00:29:06 +00:00
|
|
|
# @app pluie/alpine-apache
|
|
|
|
# @author a-Sansara https://git.pluie.org/pluie/docker-images
|
2016-07-25 02:54:40 +00:00
|
|
|
|
2017-03-18 01:16:10 +00:00
|
|
|
apk add apache2 apache2-proxy \
|
2016-07-29 15:09:39 +00:00
|
|
|
php5-apache2 php5-cli php5-phar php5-zlib php5-zip php5-ctype php5-mysqli php5-xml php5-pdo_mysql \
|
2016-08-12 02:06:57 +00:00
|
|
|
php5-opcache php5-pdo php5-json php5-curl php5-gd php5-mcrypt php5-openssl php5-dom \
|
2016-07-25 02:54:40 +00:00
|
|
|
# php-pdo_odbc php-soap php-pgsql
|