File tree Expand file tree Collapse file tree 16 files changed +30
-30
lines changed
Expand file tree Collapse file tree 16 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex; \
2525 \
2626 docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
2727 \
28- docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl; \
28+ docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl ftp ; \
2929 \
3030 pecl install zendopcache-7.0.5; \
3131 pecl install xdebug-2.2.7; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex; \
2525 \
2626 docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
2727 \
28- docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl; \
28+ docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl ftp ; \
2929 \
3030 pecl install zendopcache-7.0.5; \
3131 pecl install xdebug-2.4.1; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex; \
2525 \
2626 docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
2727 \
28- docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl; \
28+ docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl ftp ; \
2929 \
3030 pecl install xdebug-2.5.5; \
3131 pecl install memcached-2.2.0; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex; \
2525 \
2626 docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
2727 \
28- docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl; \
28+ docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl ftp ; \
2929 \
3030 pecl install xdebug-2.5.5; \
3131 pecl install memcached-2.2.0; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex; \
2525 \
2626 docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
2727 \
28- docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl; \
28+ docker-php-ext-install gd mysql mysqli zip exif intl mbstring xml xsl ftp ; \
2929 \
3030 pecl install xdebug-2.5.5; \
3131 pecl install memcached-2.2.0; \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN set -ex; \
2727 \
2828 docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
2929 \
30- docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl; \
30+ docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl ftp ; \
3131 \
3232 pecl install xdebug-2.7.2; \
3333 pecl install memcached-3.1.5; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex; \
2525 \
2626 docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
2727 \
28- docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl; \
28+ docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl ftp ; \
2929 \
3030 pecl install xdebug-2.9.8; \
3131 pecl install memcached-3.1.5; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex; \
2525 \
2626 docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
2727 \
28- docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl; \
28+ docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl ftp ; \
2929 \
3030 pecl install xdebug-3.1.6; \
3131 pecl install memcached-3.3.0; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex; \
2525 \
2626 docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
2727 \
28- docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl; \
28+ docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl ftp ; \
2929 \
3030 pecl install xdebug-3.1.6; \
3131 pecl install memcached-3.3.0; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex; \
2525 \
2626 docker-php-ext-configure gd --enable-gd --with-jpeg=/usr --with-webp=/usr; \
2727 \
28- docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl; \
28+ docker-php-ext-install gd opcache mysqli zip exif intl mbstring xml xsl ftp ; \
2929 \
3030 pecl install xdebug-3.1.6; \
3131 pecl install memcached-3.3.0; \
You can’t perform that action at this time.
0 commit comments