Skip to content

Commit 89a0b89

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 8c9cdd1 commit 89a0b89

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

26/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ RUN set -ex; \
5858
pcntl \
5959
pdo_mysql \
6060
pdo_pgsql \
61+
sysvsem \
6162
zip \
6263
; \
6364
\

26/fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN set -ex; \
4949
pcntl \
5050
pdo_mysql \
5151
pdo_pgsql \
52+
sysvsem \
5253
zip \
5354
; \
5455
\

26/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ RUN set -ex; \
5858
pcntl \
5959
pdo_mysql \
6060
pdo_pgsql \
61+
sysvsem \
6162
zip \
6263
; \
6364
\

0 commit comments

Comments
 (0)