From 623ed878dc0ae465b166c0d4a9f022545727935d Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 15 May 2022 03:14:36 +0900 Subject: [PATCH] =?UTF-8?q?sysvmsg,=20sysvsem,=20sysvshm=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/app/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hidche/app/Dockerfile b/hidche/app/Dockerfile index 86b951d..85ed503 100644 --- a/hidche/app/Dockerfile +++ b/hidche/app/Dockerfile @@ -19,6 +19,9 @@ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ gd \ intl \ opcache \ + sysvmsg \ + sysvsem \ + sysvshm \ pcntl \ pdo_mysql \ mysqli \