pecl 옵션 변경

- 왜 memcached가 안되나
This commit is contained in:
2024-05-17 17:21:35 +00:00
parent 2d507e501e
commit dbee326c4d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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;