We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35bb49 commit 18c43d3Copy full SHA for 18c43d3
fpm-alpine/8.3/dockerfile
@@ -68,14 +68,15 @@ RUN ln -s /usr/lib/$(apk --print-arch)-linux-gnu/libXpm.* /usr/lib/ && \
68
RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
69
docker-php-ext-install -j$(nproc) imap
70
71
+RUN docker-php-ext-install ftp
72
+
73
RUN pecl install imagick && \
74
docker-php-ext-enable imagick
75
76
RUN pecl install --force redis && \
77
docker-php-ext-enable redis
78
-# Install FTP extension
-RUN docker-php-ext-install ftp
79
80
81
# Compile and install FFmpeg with libfdk-aac support
82
RUN git clone --depth 1 https://git.ffmpeg.org/ffmpeg.git /ffmpeg && \
0 commit comments