We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad88d03 + 95999d6 commit 841489eCopy full SHA for 841489e
1 file changed
Dockerfile.php8-review
@@ -9,17 +9,10 @@ WORKDIR /opt/
9
# Aborting as no plugin should be loaded if running as super user is not explicitly allowed
10
ENV COMPOSER_ALLOW_SUPERUSER=1
11
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
-
16
# install reviewdog
17
RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s
18
RUN mv /opt/bin/reviewdog /usr/local/bin
19
20
-# add php-tools to search path globally
21
-RUN echo "export PATH=$PATH:/opt/php-tools/bin" >> /etc/bash.bashrc
22
23
RUN composer global require icanhazstring/composer-unused \
24
&& ln -s /root/.config/composer/vendor/bin/composer-unused /usr/local/bin/composer-unused
25
0 commit comments