File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 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
2929ENV SENDMAIL_PATH /dev/null
3030ENV PHPRC ${MAGENTO_ROOT}/php.ini
3131
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
3333
3434# Configure Node.js version
3535RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash
@@ -114,7 +114,8 @@ RUN docker-php-ext-install -j$(nproc) \
114114 tidy \
115115 xsl \
116116 zip \
117- pcntl
117+ pcntl \
118+ ftp
118119
119120RUN pecl install -o -f \
120121 gnupg \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV UPLOAD_MAX_FILESIZE 64M
2222ENV SENDMAIL_PATH /dev/null
2323ENV PHPRC ${MAGENTO_ROOT}/php.ini
2424
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
2626
2727# Install dependencies
2828RUN apt-get update \
@@ -89,7 +89,8 @@ RUN docker-php-ext-install -j$(nproc) \
8989 tidy \
9090 xsl \
9191 zip \
92- pcntl
92+ pcntl \
93+ ftp
9394
9495RUN pecl install -o -f \
9596 gnupg \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV MAGENTO_RUN_MODE production
2929ENV SENDMAIL_PATH /dev/null
3030ENV PHPRC ${MAGENTO_ROOT}/php.ini
3131
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
3333
3434# Configure Node.js version
3535RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash
@@ -114,7 +114,8 @@ RUN docker-php-ext-install -j$(nproc) \
114114 tidy \
115115 xsl \
116116 zip \
117- pcntl
117+ pcntl \
118+ ftp
118119
119120RUN pecl install -o -f \
120121 gnupg \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV UPLOAD_MAX_FILESIZE 64M
2222ENV SENDMAIL_PATH /dev/null
2323ENV PHPRC ${MAGENTO_ROOT}/php.ini
2424
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
2626
2727# Install dependencies
2828RUN apt-get update \
@@ -89,7 +89,8 @@ RUN docker-php-ext-install -j$(nproc) \
8989 tidy \
9090 xsl \
9191 zip \
92- pcntl
92+ pcntl \
93+ ftp
9394
9495RUN pecl install -o -f \
9596 gnupg \
You can’t perform that action at this time.
0 commit comments