memcached 설정, mcrypt 제거, ds 추가

This commit is contained in:
2022-05-08 19:11:49 +09:00
parent 1b26fcadbf
commit d3698fa2e4
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -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
+3
View File
@@ -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