Skip to content

Commit d55f09b

Browse files
committed
refs #000: install ftp extension.
1 parent ef47188 commit d55f09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

8.3/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ RUN export XDEBUG_DEPS="linux-headers" && \
4444
apk add ${PHP_EXTRA_DEPS} ${PHPIZE_DEPS} ${XDEBUG_DEPS} gettext && \
4545
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-webp=/usr/include && \
4646
docker-php-ext-configure ldap && \
47-
docker-php-ext-install bcmath gd intl mbstring pcntl pdo pdo_mysql soap zip ldap && \
47+
docker-php-ext-configure ftp --with-openssl-dir=/usr \
48+
docker-php-ext-install bcmath gd intl mbstring pcntl pdo pdo_mysql soap zip ldap ftp && \
4849
pecl install xdebug-${XDEBUG_VERSION} && \
4950
pecl install redis-${PHPREDIS_VERSION} && \
5051
pecl install igbinary memcached-${MEMCACHE_VERSION} --disable-memcached-sasl && \

0 commit comments

Comments
 (0)