Skip to content

Commit 700e550

Browse files
committed
fix symlink and change mirror site
1 parent 980eea3 commit 700e550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpbrew/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

phpbrew/ubuntu14.04-php5.6-default/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SHELL ["/bin/bash", "-c"]
7979
RUN 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

0 commit comments

Comments
 (0)