Skip to content

Commit 431b988

Browse files
committed
feat: composer-unused in php8-review image
1 parent 41ae502 commit 431b988

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile.php8-review

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ RUN mv /opt/bin/reviewdog /usr/local/bin
1616
# add php-tools to search path
1717
RUN echo "export PATH=$PATH:/opt/php-tools/bin" >> /root/.bashrc
1818

19+
RUN composer global require icanhazstring/composer-unused \
20+
&& ln -s /root/.config/composer/vendor/bin/composer-unused /usr/local/bin/composer-unused
21+
1922
ENTRYPOINT ["apache2-foreground"]

0 commit comments

Comments
 (0)