8 lines
317 B
Bash
Executable File
8 lines
317 B
Bash
Executable File
#!/bin/bash
|
|
# pluie/docker-images - a-Sansara (https://github.com/a-sansara)
|
|
|
|
apk --update add apache2 \
|
|
php5-apache2 php5-cli php5-phar php5-zlib php5-zip php5-ctype php5-mysqli php5-pdo_mysql php5-xml \
|
|
php5-opcache php5-pdo php5-json php5-curl php5-gd php5-mcrypt php5-openssl \
|
|
# php-pdo_odbc php-soap php-pgsql
|