Browse Source

Added FTP extension

master
Rafael Mello 8 years ago
parent
commit
65b28161e5
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      5.6/Dockerfile
  2. +1
    -0
      7.0/Dockerfile
  3. +1
    -0
      README.md

+ 1
- 0
5.6/Dockerfile View File

@ -71,6 +71,7 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
sockets \
zip \
pcntl \
ftp \
&& docker-php-ext-enable \
oci8 \
apcu \


+ 1
- 0
7.0/Dockerfile View File

@ -73,6 +73,7 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
zip \
memcached \
pcntl \
ftp \
&& docker-php-ext-enable \
oci8 \
redis \


+ 1
- 0
README.md View File

@ -32,6 +32,7 @@ Extensions
- simplexml
- apcu
- opcache
- ftp
Resources
---------


Loading…
Cancel
Save