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 2fc82b4 commit 2831b6eCopy full SHA for 2831b6e
fpm-alpine/8.3/dockerfile
@@ -63,7 +63,7 @@ RUN apk update && apk upgrade && apk add --no-cache \
63
# Configure and install PHP extensions
64
RUN ln -s /usr/lib/$(apk --print-arch)-linux-gnu/libXpm.* /usr/lib/ && \
65
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
+ docker-php-ext-install -j$(nproc) gd gettext gmp bcmath exif intl pdo pdo_mysql pcntl zip ftp
67
68
RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
69
docker-php-ext-install -j$(nproc) imap
0 commit comments