Skip to content

Commit 18c43d3

Browse files
committed
feat: add ftp ext
1 parent b35bb49 commit 18c43d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fpm-alpine/8.3/dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,15 @@ RUN ln -s /usr/lib/$(apk --print-arch)-linux-gnu/libXpm.* /usr/lib/ && \
6868
RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
6969
docker-php-ext-install -j$(nproc) imap
7070

71+
RUN docker-php-ext-install ftp
72+
7173
RUN pecl install imagick && \
7274
docker-php-ext-enable imagick
7375

7476
RUN pecl install --force redis && \
7577
docker-php-ext-enable redis
7678

77-
# Install FTP extension
78-
RUN docker-php-ext-install ftp
79+
7980

8081
# Compile and install FFmpeg with libfdk-aac support
8182
RUN git clone --depth 1 https://git.ffmpeg.org/ffmpeg.git /ffmpeg && \

0 commit comments

Comments
 (0)