Skip to content

Commit 83e9026

Browse files
committed
Adding FTP for testing purposes
1 parent becc674 commit 83e9026

File tree

16 files changed

+30
-30
lines changed

16 files changed

+30
-30
lines changed

images/5.3/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

images/5.4/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

images/5.5/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

images/5.6.20/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

images/5.6/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

images/7.0/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

images/7.1/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

images/7.2/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

images/7.3/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

images/7.4/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

0 commit comments

Comments
 (0)