0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 08:14:46 +02:00

Add sysvsem

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-03-21 19:59:21 +01:00
parent 6cb8913dc4
commit 5f6f60dac8
3 changed files with 11 additions and 0 deletions

View file

@ -48,6 +48,7 @@ RUN set -ex; \
pcntl \
pdo_mysql \
pdo_pgsql \
sysvsem \
zip \
; \
\