File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ ENV PHP_EXTENSIONS="\
39
39
intl \
40
40
mysqli \
41
41
opcache \
42
- pdo_\
43
- mysql \
42
+ pdo_mysql \
44
43
redis \
45
44
soap \
46
45
sockets \
@@ -50,7 +49,8 @@ ENV PHP_EXTENSIONS="\
50
49
sysvshm \
51
50
xsl \
52
51
zip \
53
- pcntl"
52
+ pcntl \
53
+ ftp"
54
54
55
55
# Configure Node.js version
56
56
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash
@@ -134,7 +134,8 @@ RUN docker-php-ext-install -j$(nproc) \
134
134
tidy \
135
135
xsl \
136
136
zip \
137
- pcntl
137
+ pcntl \
138
+ ftp
138
139
139
140
RUN pecl install -o -f \
140
141
gnupg \
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ ENV PHP_EXTENSIONS="\
42
42
sysvshm \
43
43
xsl \
44
44
zip \
45
- pcntl"
45
+ pcntl \
46
+ ftp"
46
47
47
48
# Install dependencies
48
49
RUN apt-get update \
@@ -108,7 +109,8 @@ RUN docker-php-ext-install -j$(nproc) \
108
109
tidy \
109
110
xsl \
110
111
zip \
111
- pcntl
112
+ pcntl \
113
+ ftp
112
114
113
115
RUN pecl install -o -f \
114
116
gnupg \
You can’t perform that action at this time.
0 commit comments