docker-images/pluie/alpine-apache/install.d/10-apache.sh

9 lines
357 B
Bash
Raw Normal View History

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
apk --update add apache2 \
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 \
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