File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
68
68
# Install PHP Stuffs
69
69
70
70
apt-get install -y --force-yes php7.0-cli php7.0 \
71
- php -pgsql php -sqlite3 php -gd php -apcu \
72
- php -curl php7.0-mcrypt \
73
- php -imap php -mysql php -memcached php7.0-readline php -xdebug \
74
- php -mbstring php -xml php7.0-zip php7.0-intl php7.0-bcmath
71
+ php7.0 -pgsql php7.0 -sqlite3 php7.0 -gd php7.0 -apcu \
72
+ php7.0 -curl php7.0-mcrypt \
73
+ php7.0 -imap php7.0 -mysql php7.0 -memcached php7.0-readline php7.0 -xdebug \
74
+ php7.0 -mbstring php7.0 -xml php7.0-zip php7.0-intl php7.0-bcmath
75
75
76
76
# Install Composer
77
77
@@ -195,4 +195,4 @@ echo "Mysql Root Password: ${MYSQL_ROOT_PASSWORD}"
195
195
echo " Mysql Normal User: ${MYSQL_NORMAL_USER} "
196
196
echo " Mysql Normal User Password: ${MYSQL_NORMAL_USER_PASSWORD} "
197
197
echo " --"
198
- echo " --"
198
+ echo " --"
You can’t perform that action at this time.
0 commit comments