From dbee326c4d71c239c16ad8e3bb79604d1d923f88 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 17 May 2024 17:21:35 +0000 Subject: [PATCH] =?UTF-8?q?pecl=20=EC=98=B5=EC=85=98=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=20-=20=EC=99=9C=20memcached=EA=B0=80=20=EC=95=88=EB=90=98?= =?UTF-8?q?=EB=82=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/app/Dockerfile | 2 +- hidche/board/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hidche/app/Dockerfile b/hidche/app/Dockerfile index 6e08898..f953d1c 100644 --- a/hidche/app/Dockerfile +++ b/hidche/app/Dockerfile @@ -26,7 +26,7 @@ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ pdo_mysql \ mysqli \ zip; -RUN pecl install memcached ds; +RUN pecl install ds; RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \ apt install -yq nodejs diff --git a/hidche/board/Dockerfile b/hidche/board/Dockerfile index 5637d1f..a5e78d1 100644 --- a/hidche/board/Dockerfile +++ b/hidche/board/Dockerfile @@ -23,7 +23,7 @@ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ pdo_mysql \ mysqli \ zip; -RUN pecl install memcached ds; +RUN pecl install ds; #from nextcloud setting RUN mkdir -p /var/www/board; \ mkdir -p /var/www/.ssh;