docker-images/pluie/alpine-symfony/install.d/10-symfony.sh
2016-08-09 03:45:54 +02:00

8 lines
239 B
Bash
Executable File

#!/bin/bash
# @app pluie/alpine-symfony
# @author a-Sansara https://git.pluie.org/pluie/docker-images
apk -U add php5-iconv php5-intl php5-posix
curl -LsS https://symfony.com/installer -o /usr/bin/symfony
chmod +x /usr/bin/symfony