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 \
5656 && php -v \
5757 && phpbrew info \
5858 && 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"]
7979RUN phpbrew init \
8080 && echo 'source $HOME/.phpbrew/bashrc' >> /root/.bashrc \
8181 && 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 \
8383 +default +bcmath +bz2 +calendar +cli +ctype +dom +fileinfo +filter +json \
8484 +mbregex +mbstring +mhash +pcntl +pcre +pdo +phar +posix +readline +sockets \
8585 +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