File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apt update \
23
23
gcc g++ make zip unzip mariadb-client \
24
24
nginx php7.4 php7.4-cli php7.4-fpm php7.4-zip \
25
25
php7.4-gd php7.4-curl php7.4-mysql php7.4-json php7.4-intl \
26
- php7.4-gmp php7.4-xml php7.4-mbstring php -xdebug php -pcov \
26
+ php7.4-gmp php7.4-xml php7.4-mbstring php7.4 -xdebug php7.4 -pcov \
27
27
bsdmainutils ntp \
28
28
linuxdoc-tools linuxdoc-tools-text groff \
29
29
python3-sphinx python3-sphinx-rtd-theme python3-pip fontconfig python3-yaml \
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 php -pcov \
10
+ php7.4 php7.4 -cli php7.4 -gd php7.4 -curl php7.4 -mysql php7.4 -json php7.4 -gmp php7.4 -zip php7.4 -xml php7.4 -mbstring php7.4 -fpm php7.4 -intl php7.4 -pcov \
11
11
# W3c test \
12
12
httrack \
13
13
# Visual regression browser \
You can’t perform that action at this time.
0 commit comments