We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7709778 commit e6cceccCopy full SHA for e6ccecc
phpbrew/Dockerfile
@@ -54,4 +54,6 @@ RUN source ~/.phpbrew/bashrc \
54
&& phpbrew use $PHP_DIST_NAME \
55
&& which php \
56
&& php -v \
57
- && phpbrew info
+ && phpbrew info \
58
+ && mkdir -p /php \
59
+ && ln -s $(phpbrew path build) /php/$PHPBREW_PHP
0 commit comments