Skip to content

Commit 841489e

Browse files
authored
Merge pull request #15 from mhitza/disable-php-tool-repository-9236
fix: remove php-tools repo in PHP8 container #9236
2 parents ad88d03 + 95999d6 commit 841489e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile.php8-review

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,10 @@ WORKDIR /opt/
99
# Aborting as no plugin should be loaded if running as super user is not explicitly allowed
1010
ENV COMPOSER_ALLOW_SUPERUSER=1
1111

12-
# install php-tools
13-
RUN git clone https://github.com/linkorb/php-tools.git
14-
RUN cd php-tools && COMPOSER_MEMORY_LIMIT=-1 /usr/bin/composer install
15-
1612
# install reviewdog
1713
RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s
1814
RUN mv /opt/bin/reviewdog /usr/local/bin
1915

20-
# add php-tools to search path globally
21-
RUN echo "export PATH=$PATH:/opt/php-tools/bin" >> /etc/bash.bashrc
22-
2316
RUN composer global require icanhazstring/composer-unused \
2417
&& ln -s /root/.config/composer/vendor/bin/composer-unused /usr/local/bin/composer-unused
2518

0 commit comments

Comments
 (0)