File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apt update && apt install -y \
7
7
libjsoncpp-dev libmagic-dev autoconf automake bats sudo debootstrap procps \
8
8
gcc g++ default-jre-headless default-jdk ghc fp-compiler libcgroup-dev \
9
9
devscripts shellcheck nginx libboost-regex-dev \
10
- php php-cli php-gd php-curl php-mysql php-json php-gmp php-zip php-xml php-mbstring php-fpm php-intl \
10
+ php php-cli php-gd php-curl php-mysql php-json php-gmp php-zip php-xml php-mbstring php-fpm php-intl php-pcov \
11
11
# W3c test \
12
12
httrack \
13
13
# Visual regression browser \
@@ -27,7 +27,6 @@ RUN apt update && apt install -y \
27
27
npm libnss3 libcups2 libxss1 libasound2 libatk1.0-0 libatk-bridge2.0-0 libpangocairo-1.0-0 libgtk-3-0 \
28
28
# Code coverage for unit test
29
29
php-pear php-dev \
30
- && pecl install pcov \
31
30
# Needed NPM packages \
32
31
&& npm install pa11y \
33
32
# Needed python packages \
@@ -54,9 +53,6 @@ RUN add-apt-repository ppa:ondrej/php -y && apt update && \
54
53
done; \
55
54
done && update-alternatives --set php /usr/bin/php7.4
56
55
57
- # Enable pcov (code coverage) in PHP
58
- COPY php-config/30-pcov.ini /etc/php/7.4/cli/conf.d/
59
-
60
56
# Put the gitlab user in sudo
61
57
RUN echo 'ALL ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
62
58
You can’t perform that action at this time.
0 commit comments