From d3698fa2e41e645e3876f3a8dd14b716c0fda189 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 8 May 2022 19:11:49 +0900 Subject: [PATCH] =?UTF-8?q?memcached=20=EC=84=A4=EC=A0=95,=20mcrypt=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0,=20ds=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/app/Dockerfile | 4 ++-- hidche/app/sam_conf.ini | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hidche/app/Dockerfile b/hidche/app/Dockerfile index 1a41510..8488f25 100644 --- a/hidche/app/Dockerfile +++ b/hidche/app/Dockerfile @@ -6,7 +6,7 @@ ENV LC_ALL=C.UTF-8 RUN apt -y update ;\ apt -y install \ bzip2 git rsync \ - libmemcached-dev libcurl4-openssl-dev libmcrypt-dev \ + libmemcached-dev libcurl4-openssl-dev \ libicu-dev libjpeg-dev libpng-dev libwebp-dev libfreetype6-dev \ libzip-dev libxml2-dev libsqlite3-dev gosu build-essential; @@ -23,7 +23,7 @@ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ pdo_mysql \ mysqli \ zip; -RUN pecl install memcached mcrypt; +RUN pecl install memcached ds; RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \ apt install -yq nodejs diff --git a/hidche/app/sam_conf.ini b/hidche/app/sam_conf.ini index 78ceaa7..d2817e6 100644 --- a/hidche/app/sam_conf.ini +++ b/hidche/app/sam_conf.ini @@ -16,3 +16,6 @@ opcache.save_comments=1 opcache.revalidate_freq=1 opcache.file_cache="/var/www/opcache" opcache.jit="function" + +extension=ds.so +extension=memcached.so \ No newline at end of file