File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ubuntu14.04-php5.6-default Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ RUN source ~/.phpbrew/bashrc \
56
56
&& php -v \
57
57
&& phpbrew info \
58
58
&& mkdir -p /src/php \
59
- && ln -s $( phpbrew path build) /src/php/$PHPBREW_PHP
59
+ && ln -s /root/. phpbrew/ build/$PHPBREW_PHP /src/php/$PHPBREW_PHP
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ SHELL ["/bin/bash", "-c"]
79
79
RUN phpbrew init \
80
80
&& echo 'source $HOME/.phpbrew/bashrc' >> /root/.bashrc \
81
81
&& source ~/.phpbrew/bashrc \
82
- && phpbrew install --downloader wget --mirror http://tw2 .php.net $PHP_SUBVERSION \
82
+ && phpbrew install --downloader wget --mirror http://us1 .php.net $PHP_SUBVERSION \
83
83
+default +bcmath +bz2 +calendar +cli +ctype +dom +fileinfo +filter +json \
84
84
+mbregex +mbstring +mhash +pcntl +pcre +pdo +phar +posix +readline +sockets \
85
85
+tokenizer +xml +curl +zip +openssl=yes +icu +opcache +fpm +sqlite +mysql +icu +default +intl +gettext
You can’t perform that action at this time.
0 commit comments