Skip to content

Commit 890e5a4

Browse files
committed
Fix composer path (due to composer downgrade)
1 parent f5482d2 commit 890e5a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
3737
phan/phan
3838

3939
ENV PATH=$PATH:/root/.config/composer/vendor/bin PHAN_DISABLE_XDEBUG_WARN=1
40+
# Temporarily support legacy path
41+
ENV PATH=$PATH:/root/.composer/vendor/bin PHAN_DISABLE_XDEBUG_WARN=1
4042

4143
CMD php
4244

0 commit comments

Comments
 (0)