From 8c89ed7298dd32a5f090728e9ef791db31474ad9 Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Wed, 25 Jun 2025 13:22:27 +0800 Subject: [PATCH] =?UTF-8?q?KTVSinglePublisher=20V.0.0.6=2020250625=20?= =?UTF-8?q?=E5=AE=89=E8=A3=9D=20ftp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 112cdfe..2526d92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends nodejs \ && npm install -g npm \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ - && docker-php-ext-install -j$(nproc) gd pdo_mysql zip bcmath intl xsl pcntl sockets opcache\ + && docker-php-ext-install -j$(nproc) gd pdo_mysql zip bcmath intl xsl pcntl sockets opcache ftp \ && pecl install redis && docker-php-ext-enable redis \ && apt-get clean && rm -rf /var/lib/apt/lists/*