From 52ba302c63b4c6d28324a2df793eb8ad790902f4 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Tue, 1 Jun 2021 14:13:30 +0200 Subject: [PATCH] install lcov --- community_server/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community_server/Dockerfile b/community_server/Dockerfile index 6c90b5a23..f9109f503 100644 --- a/community_server/Dockerfile +++ b/community_server/Dockerfile @@ -13,7 +13,6 @@ COPY ./configs/community_server/app.php ./config/ RUN composer update RUN composer dump-autoload - ######### special for code coverage and testing FROM community_server as test @@ -22,7 +21,7 @@ RUN git clone https://github.com/linux-test-project/lcov.git --branch=v1.15 && \ make install RUN apt-get update \ - && apt-get -y --no-install-recommends install php7.4-xdebug \ + && apt-get -y --no-install-recommends install php7.4-xdebug lcov \ && apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* WORKDIR /var/www/cakephp