memcached 설정, mcrypt 제거, ds 추가
This commit is contained in:
@@ -6,7 +6,7 @@ ENV LC_ALL=C.UTF-8
|
|||||||
RUN apt -y update ;\
|
RUN apt -y update ;\
|
||||||
apt -y install \
|
apt -y install \
|
||||||
bzip2 git rsync \
|
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 \
|
libicu-dev libjpeg-dev libpng-dev libwebp-dev libfreetype6-dev \
|
||||||
libzip-dev libxml2-dev libsqlite3-dev gosu build-essential;
|
libzip-dev libxml2-dev libsqlite3-dev gosu build-essential;
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
|||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
mysqli \
|
mysqli \
|
||||||
zip;
|
zip;
|
||||||
RUN pecl install memcached mcrypt;
|
RUN pecl install memcached ds;
|
||||||
|
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
|
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
|
||||||
apt install -yq nodejs
|
apt install -yq nodejs
|
||||||
|
|||||||
@@ -16,3 +16,6 @@ opcache.save_comments=1
|
|||||||
opcache.revalidate_freq=1
|
opcache.revalidate_freq=1
|
||||||
opcache.file_cache="/var/www/opcache"
|
opcache.file_cache="/var/www/opcache"
|
||||||
opcache.jit="function"
|
opcache.jit="function"
|
||||||
|
|
||||||
|
extension=ds.so
|
||||||
|
extension=memcached.so
|
||||||
Reference in New Issue
Block a user