We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29728d8 + 9988495 commit 985be61Copy full SHA for 985be61
Dockerfile
@@ -76,10 +76,10 @@ RUN composer global require hirak/prestissimo
76
77
# Install Code Sniffer
78
79
-RUN composer global require "squizlabs/php_codesniffer=*"
80
RUN git clone https://github.com/magento/marketplace-eqp.git ~/.composer/vendor/magento/marketplace-eqp
81
-RUN ~/.composer/vendor/bin/phpcs --config-set installed_paths ~/.composer/vendor/magento/marketplace-eqp
82
-RUN ln -s ~/.composer/vendor/bin/phpcs /usr/local/bin;
+RUN cd ~/.composer/vendor/magento/marketplace-eqp && composer install
+RUN ln -s ~/.composer/vendor/magento/marketplace-eqp/vendor/bin/phpcs /usr/local/bin;
+
83
ENV PATH="/var/www/.composer/vendor/bin/:${PATH}"
84
85
# Install XDebug
0 commit comments