Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit e15fb3a

Browse files
committed
Install pcov separately to imagick
1 parent 91d6eb9 commit e15fb3a

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

php-71/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ RUN install-php-extensions mysqli \
2525
mbstring \
2626
exif \
2727
pcntl \
28-
pcov \
2928
soap \
3029
gd \
3130
zip \
3231
sockets \
3332
opcache \
3433
intl \
3534
redis \
35+
imagick \
3636
yaml
3737
# Split out to avoid segfault when installing all in one go
38-
RUN install-php-extensions imagick
38+
RUN install-php-extensions pcov
3939

4040
RUN /docker-scripts/install_users.sh
4141
RUN /docker-scripts/install_config.sh

php-72/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ RUN install-php-extensions mysqli \
2525
mbstring \
2626
exif \
2727
pcntl \
28-
pcov \
2928
soap \
3029
gd \
3130
zip \
3231
sockets \
3332
opcache \
3433
intl \
3534
redis \
35+
imagick \
3636
yaml
3737
# Split out to avoid segfault when installing all in one go
38-
RUN install-php-extensions imagick
38+
RUN install-php-extensions pcov
3939

4040
RUN /docker-scripts/install_users.sh
4141
RUN /docker-scripts/install_config.sh

php-73/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ RUN install-php-extensions mysqli \
2525
mbstring \
2626
exif \
2727
pcntl \
28-
pcov \
2928
soap \
3029
gd \
3130
zip \
3231
sockets \
3332
opcache \
3433
intl \
3534
redis \
35+
imagick \
3636
yaml
3737
# Split out to avoid segfault when installing all in one go
38-
RUN install-php-extensions imagick
38+
RUN install-php-extensions pcov
3939

4040
RUN /docker-scripts/install_users.sh
4141
RUN /docker-scripts/install_config.sh

php-74/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ RUN install-php-extensions mysqli \
2525
mbstring \
2626
exif \
2727
pcntl \
28-
pcov \
2928
soap \
3029
gd \
3130
zip \
3231
sockets \
3332
opcache \
3433
intl \
3534
redis \
35+
imagick \
3636
yaml
3737
# Split out to avoid segfault when installing all in one go
38-
RUN install-php-extensions imagick
38+
RUN install-php-extensions pcov
3939

4040
RUN /docker-scripts/install_users.sh
4141
RUN /docker-scripts/install_config.sh

php-80/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ RUN install-php-extensions mysqli \
2525
mbstring \
2626
exif \
2727
pcntl \
28-
pcov \
2928
soap \
3029
gd \
3130
zip \
3231
sockets \
3332
opcache \
3433
intl \
3534
redis \
35+
imagick \
3636
yaml
3737
# Split out to avoid segfault when installing all in one go
38-
RUN install-php-extensions imagick
38+
RUN install-php-extensions pcov
3939

4040
RUN /docker-scripts/install_users.sh
4141
RUN /docker-scripts/install_config.sh

php-81/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ RUN install-php-extensions mysqli \
2525
mbstring \
2626
exif \
2727
pcntl \
28-
pcov \
2928
soap \
3029
gd \
3130
zip \
3231
sockets \
3332
opcache \
3433
intl \
3534
redis \
35+
imagick \
3636
yaml
3737
# Split out to avoid segfault when installing all in one go
38-
RUN install-php-extensions imagick
38+
RUN install-php-extensions pcov
3939

4040
RUN /docker-scripts/install_users.sh
4141
RUN /docker-scripts/install_config.sh

php-82/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ RUN install-php-extensions mysqli \
2525
mbstring \
2626
exif \
2727
pcntl \
28-
pcov \
2928
soap \
3029
gd \
3130
zip \
3231
sockets \
3332
opcache \
3433
intl \
3534
redis \
35+
imagick \
3636
yaml
3737
# Split out to avoid segfault when installing all in one go
38-
RUN install-php-extensions imagick
38+
RUN install-php-extensions pcov
3939

4040
RUN /docker-scripts/install_users.sh
4141
RUN /docker-scripts/install_config.sh

php-83/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ RUN install-php-extensions mysqli \
2525
mbstring \
2626
exif \
2727
pcntl \
28-
pcov \
2928
soap \
3029
gd \
3130
zip \
3231
sockets \
3332
opcache \
3433
intl \
3534
redis \
35+
imagick \
3636
yaml
3737
# Split out to avoid segfault when installing all in one go
38-
RUN install-php-extensions imagick
38+
RUN install-php-extensions pcov
3939

4040
RUN /docker-scripts/install_users.sh
4141
RUN /docker-scripts/install_config.sh

php-84/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ RUN install-php-extensions mysqli \
2525
mbstring \
2626
exif \
2727
pcntl \
28-
pcov \
2928
soap \
3029
gd \
3130
zip \
3231
sockets \
3332
opcache \
3433
intl \
3534
redis \
35+
imagick \
3636
yaml
3737
# Split out to avoid segfault when installing all in one go
38-
RUN install-php-extensions imagick
38+
RUN install-php-extensions pcov
3939

4040
RUN /docker-scripts/install_users.sh
4141
RUN /docker-scripts/install_config.sh

0 commit comments

Comments
 (0)