pecl 옵션 변경
- 왜 memcached가 안되나
This commit is contained in:
@@ -26,7 +26,7 @@ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
|||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
mysqli \
|
mysqli \
|
||||||
zip;
|
zip;
|
||||||
RUN pecl install memcached ds;
|
RUN pecl install 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
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
|||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
mysqli \
|
mysqli \
|
||||||
zip;
|
zip;
|
||||||
RUN pecl install memcached ds;
|
RUN pecl install ds;
|
||||||
#from nextcloud setting
|
#from nextcloud setting
|
||||||
RUN mkdir -p /var/www/board; \
|
RUN mkdir -p /var/www/board; \
|
||||||
mkdir -p /var/www/.ssh;
|
mkdir -p /var/www/.ssh;
|
||||||
|
|||||||
Reference in New Issue
Block a user