We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476b29b commit 067f491Copy full SHA for 067f491
1 file changed
magento-mess-detector/Dockerfile
@@ -7,9 +7,6 @@ RUN composer install --prefer-dist
7
8
9
FROM php:7.3-cli-alpine3.9
10
-
11
-RUN curl -L https://phar.phpunit.de/phpunit-6.5.9.phar -o /usr/local/bin/phpunit
12
-RUN chmod +x /usr/local/bin/phpunit
13
COPY --from=builder /var/www/magento2ce/ /m2/
14
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
15
ADD phpunit.phpmd.xml /m2/dev/tests/static/phpunit.phpmd.xml
0 commit comments