Skip to content

Commit 2831b6e

Browse files
committed
feat: add ftp ext
1 parent 2fc82b4 commit 2831b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpm-alpine/8.3/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN apk update && apk upgrade && apk add --no-cache \
6363
# Configure and install PHP extensions
6464
RUN ln -s /usr/lib/$(apk --print-arch)-linux-gnu/libXpm.* /usr/lib/ && \
6565
docker-php-ext-configure gd --with-webp --with-jpeg --with-xpm --with-freetype --enable-gd-jis-conv && \
66-
docker-php-ext-install -j$(nproc) gd gettext gmp bcmath exif intl pdo pdo_mysql pcntl zip
66+
docker-php-ext-install -j$(nproc) gd gettext gmp bcmath exif intl pdo pdo_mysql pcntl zip ftp
6767

6868
RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
6969
docker-php-ext-install -j$(nproc) imap

0 commit comments

Comments
 (0)