File tree 4 files changed +12
-8
lines changed
4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV MAGENTO_RUN_MODE production
29
29
ENV SENDMAIL_PATH /dev/null
30
30
ENV PHPRC ${MAGENTO_ROOT}/php.ini
31
31
32
- ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
32
+ ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl ftp
33
33
34
34
# Configure Node.js version
35
35
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash
@@ -114,7 +114,8 @@ RUN docker-php-ext-install -j$(nproc) \
114
114
tidy \
115
115
xsl \
116
116
zip \
117
- pcntl
117
+ pcntl \
118
+ ftp
118
119
119
120
RUN pecl install -o -f \
120
121
gnupg \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV UPLOAD_MAX_FILESIZE 64M
22
22
ENV SENDMAIL_PATH /dev/null
23
23
ENV PHPRC ${MAGENTO_ROOT}/php.ini
24
24
25
- ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
25
+ ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl ftp
26
26
27
27
# Install dependencies
28
28
RUN apt-get update \
@@ -89,7 +89,8 @@ RUN docker-php-ext-install -j$(nproc) \
89
89
tidy \
90
90
xsl \
91
91
zip \
92
- pcntl
92
+ pcntl \
93
+ ftp
93
94
94
95
RUN pecl install -o -f \
95
96
gnupg \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV MAGENTO_RUN_MODE production
29
29
ENV SENDMAIL_PATH /dev/null
30
30
ENV PHPRC ${MAGENTO_ROOT}/php.ini
31
31
32
- ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
32
+ ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl ftp
33
33
34
34
# Configure Node.js version
35
35
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash
@@ -114,7 +114,8 @@ RUN docker-php-ext-install -j$(nproc) \
114
114
tidy \
115
115
xsl \
116
116
zip \
117
- pcntl
117
+ pcntl \
118
+ ftp
118
119
119
120
RUN pecl install -o -f \
120
121
gnupg \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV UPLOAD_MAX_FILESIZE 64M
22
22
ENV SENDMAIL_PATH /dev/null
23
23
ENV PHPRC ${MAGENTO_ROOT}/php.ini
24
24
25
- ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
25
+ ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl ftp
26
26
27
27
# Install dependencies
28
28
RUN apt-get update \
@@ -89,7 +89,8 @@ RUN docker-php-ext-install -j$(nproc) \
89
89
tidy \
90
90
xsl \
91
91
zip \
92
- pcntl
92
+ pcntl \
93
+ ftp
93
94
94
95
RUN pecl install -o -f \
95
96
gnupg \
You can’t perform that action at this time.
0 commit comments