Skip to content

Commit

Permalink
Merge pull request #4 from mhitza/composer-unused
Browse files Browse the repository at this point in the history
feat: composer-unused in `php8-review` image
  • Loading branch information
joostfaassen authored Sep 6, 2023
2 parents 41ae502 + 431b988 commit 9b915b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.php8-review
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ RUN mv /opt/bin/reviewdog /usr/local/bin
# add php-tools to search path
RUN echo "export PATH=$PATH:/opt/php-tools/bin" >> /root/.bashrc

RUN composer global require icanhazstring/composer-unused \
&& ln -s /root/.config/composer/vendor/bin/composer-unused /usr/local/bin/composer-unused

ENTRYPOINT ["apache2-foreground"]

0 comments on commit 9b915b2

Please sign in to comment.