Skip to content

Commit c287766

Browse files
committed
append php path to PATH env
1 parent e97ce99 commit c287766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpbrew/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ RUN source ~/.phpbrew/bashrc \
6161
&& ln -s /root/.phpbrew/build/$PHPBREW_PHP /src/php/$PHPBREW_PHP
6262

6363
ENV PHPBREW_PHP=$PHP_DIST_NAME
64+
ENV PATH=/root/.phpbrew/php/$PHP_DIST_NAME/bin:$PATH

0 commit comments

Comments
 (0)