File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ RUN export XDEBUG_DEPS="linux-headers" && \
44
44
apk add ${PHP_EXTRA_DEPS} ${PHPIZE_DEPS} ${XDEBUG_DEPS} gettext && \
45
45
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-webp=/usr/include && \
46
46
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 && \
48
49
pecl install xdebug-${XDEBUG_VERSION} && \
49
50
pecl install redis-${PHPREDIS_VERSION} && \
50
51
pecl install igbinary memcached-${MEMCACHE_VERSION} --disable-memcached-sasl && \
You can’t perform that action at this time.
0 commit comments