mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix
This commit is contained in:
parent
52ba302c63
commit
408091aa44
@ -16,10 +16,6 @@ RUN composer dump-autoload
|
|||||||
######### special for code coverage and testing
|
######### special for code coverage and testing
|
||||||
FROM community_server as test
|
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 \
|
RUN apt-get update \
|
||||||
&& apt-get -y --no-install-recommends install php7.4-xdebug lcov \
|
&& 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/*
|
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user