Skip to content

Commit

Permalink
return formely default ext - ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Jan 22, 2024
1 parent 71159bd commit f8e12da
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions 8.0-prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
zip \
sockets \
mysqli \
ftp \
&& pecl install redis \
&& pecl install imagick \
&& docker-php-ext-enable imagick \
Expand Down
1 change: 1 addition & 0 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
zip \
sockets \
mysqli \
ftp \
&& pecl install redis \
&& pecl install xdebug \
&& pecl install pcov && docker-php-ext-enable pcov \
Expand Down
1 change: 1 addition & 0 deletions 8.1-prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
zip \
sockets \
mysqli \
ftp \
&& pecl install redis \
&& pecl install imagick \
&& docker-php-ext-enable imagick \
Expand Down
1 change: 1 addition & 0 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
zip \
sockets \
mysqli \
ftp \
&& pecl install redis \
&& pecl install xdebug \
&& pecl install pcov && docker-php-ext-enable pcov \
Expand Down
1 change: 1 addition & 0 deletions 8.2-prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
zip \
sockets \
mysqli \
ftp \
&& pecl install redis \
&& pecl install imagick \
&& docker-php-ext-enable imagick \
Expand Down
1 change: 1 addition & 0 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
zip \
sockets \
mysqli \
ftp \
&& pecl install redis \
&& pecl install xdebug \
&& pecl install pcov && docker-php-ext-enable pcov \
Expand Down
1 change: 1 addition & 0 deletions 8.3-prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
zip \
sockets \
mysqli \
ftp \
&& pecl install redis \
&& curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/7088edc353f53c4bc644573a79cdcd67a726ae16.tar.gz \
&& tar --strip-components=1 -xf /tmp/imagick.tar.gz \
Expand Down
1 change: 1 addition & 0 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
zip \
sockets \
mysqli \
ftp \
&& pecl install redis \
&& pecl install xdebug \
&& pecl install pcov && docker-php-ext-enable pcov \
Expand Down
1 change: 1 addition & 0 deletions template/Dockerfile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
zip \
sockets \
mysqli \
ftp \
&& pecl install redis \
@if (! $prod)
&& pecl install {{ version_compare($version, '8', '>=') ? 'xdebug' : 'xdebug-3.1.6' }} \
Expand Down

0 comments on commit f8e12da

Please sign in to comment.