Skip to content

Commit d17dd83

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fpm-alpine/8.3/dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,11 @@ RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
7070

7171
RUN docker-php-ext-install ftp
7272

73-
RUN pecl install imagick && \
74-
docker-php-ext-enable imagick
73+
RUN pecl channel-update pecl.php.net
7574

76-
RUN pecl install --force redis && \
77-
docker-php-ext-enable redis
75+
RUN pecl install imagick-3.6.0 && docker-php-ext-enable imagick
7876

77+
RUN pecl install --force redis && docker-php-ext-enable redis
7978

8079

8180
# Compile and install FFmpeg with libfdk-aac support

0 commit comments

Comments
 (0)