Skip to content

Commit f8e12da

Browse files
committed
return formely default ext - ftp
1 parent 71159bd commit f8e12da

9 files changed

Lines changed: 9 additions & 0 deletions

File tree

8.0-prod/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
5555
zip \
5656
sockets \
5757
mysqli \
58+
ftp \
5859
&& pecl install redis \
5960
&& pecl install imagick \
6061
&& docker-php-ext-enable imagick \

8.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
5555
zip \
5656
sockets \
5757
mysqli \
58+
ftp \
5859
&& pecl install redis \
5960
&& pecl install xdebug \
6061
&& pecl install pcov && docker-php-ext-enable pcov \

8.1-prod/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
5555
zip \
5656
sockets \
5757
mysqli \
58+
ftp \
5859
&& pecl install redis \
5960
&& pecl install imagick \
6061
&& docker-php-ext-enable imagick \

8.1/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
5555
zip \
5656
sockets \
5757
mysqli \
58+
ftp \
5859
&& pecl install redis \
5960
&& pecl install xdebug \
6061
&& pecl install pcov && docker-php-ext-enable pcov \

8.2-prod/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
5555
zip \
5656
sockets \
5757
mysqli \
58+
ftp \
5859
&& pecl install redis \
5960
&& pecl install imagick \
6061
&& docker-php-ext-enable imagick \

8.2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
5555
zip \
5656
sockets \
5757
mysqli \
58+
ftp \
5859
&& pecl install redis \
5960
&& pecl install xdebug \
6061
&& pecl install pcov && docker-php-ext-enable pcov \

8.3-prod/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
5555
zip \
5656
sockets \
5757
mysqli \
58+
ftp \
5859
&& pecl install redis \
5960
&& curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/7088edc353f53c4bc644573a79cdcd67a726ae16.tar.gz \
6061
&& tar --strip-components=1 -xf /tmp/imagick.tar.gz \

8.3/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN adduser -D -u 1337 kool \
5555
zip \
5656
sockets \
5757
mysqli \
58+
ftp \
5859
&& pecl install redis \
5960
&& pecl install xdebug \
6061
&& pecl install pcov && docker-php-ext-enable pcov \

template/Dockerfile.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
zip \
6868
sockets \
6969
mysqli \
70+
ftp \
7071
&& pecl install redis \
7172
@if (! $prod)
7273
&& pecl install {{ version_compare($version, '8', '>=') ? 'xdebug' : 'xdebug-3.1.6' }} \

0 commit comments

Comments
 (0)