Skip to content

Commit e6ccecc

Browse files
committed
create link for php src
1 parent 7709778 commit e6ccecc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpbrew/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ RUN source ~/.phpbrew/bashrc \
5454
&& phpbrew use $PHP_DIST_NAME \
5555
&& which php \
5656
&& php -v \
57-
&& phpbrew info
57+
&& phpbrew info \
58+
&& mkdir -p /php \
59+
&& ln -s $(phpbrew path build) /php/$PHPBREW_PHP

0 commit comments

Comments
 (0)