File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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
1010ENV 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
1713RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s
1814RUN 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-
2316RUN composer global require icanhazstring/composer-unused \
2417 && ln -s /root/.config/composer/vendor/bin/composer-unused /usr/local/bin/composer-unused
2518
You can’t perform that action at this time.
0 commit comments