From 408091aa4442b8ff69a93f9ed3f6ebefd54fae99 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Tue, 1 Jun 2021 14:15:16 +0200 Subject: [PATCH] fix --- community_server/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/community_server/Dockerfile b/community_server/Dockerfile index f9109f503..1d9495f60 100644 --- a/community_server/Dockerfile +++ b/community_server/Dockerfile @@ -16,10 +16,6 @@ RUN composer dump-autoload ######### special for code coverage and testing FROM community_server as test -RUN git clone https://github.com/linux-test-project/lcov.git --branch=v1.15 && \ - cd lcov && \ - make install - RUN apt-get update \ && 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/*