Skip to content

Commit ccc53e3

Browse files
authored
MCLOUD-8364: enable sodium by default (#81)
1 parent fea4624 commit ccc53e3

File tree

12 files changed

+12
-11
lines changed

12 files changed

+12
-11
lines changed

images/php/7.2-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV MAGENTO_RUN_MODE production
1515
ENV SENDMAIL_PATH /dev/null
1616
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1717

18-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
18+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1919

2020
# Configure Node.js version
2121
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash

images/php/7.2-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV UPLOAD_MAX_FILESIZE 64M
1111
ENV SENDMAIL_PATH /dev/null
1212
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1313

14-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
14+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1515

1616
# Install dependencies
1717
RUN apt-get update \

images/php/7.3-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV MAGENTO_RUN_MODE production
1515
ENV SENDMAIL_PATH /dev/null
1616
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1717

18-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
18+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1919

2020
# Configure Node.js version
2121
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash

images/php/7.3-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV UPLOAD_MAX_FILESIZE 64M
1111
ENV SENDMAIL_PATH /dev/null
1212
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1313

14-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
14+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1515

1616
# Install dependencies
1717
RUN apt-get update \

images/php/7.4-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV MAGENTO_RUN_MODE production
1515
ENV SENDMAIL_PATH /dev/null
1616
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1717

18-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
18+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1919

2020
# Configure Node.js version
2121
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash

images/php/7.4-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV UPLOAD_MAX_FILESIZE 64M
1111
ENV SENDMAIL_PATH /dev/null
1212
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1313

14-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
14+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1515

1616
# Install dependencies
1717
RUN apt-get update \

images/php/8.0-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV MAGENTO_RUN_MODE production
1515
ENV SENDMAIL_PATH /dev/null
1616
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1717

18-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
18+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1919

2020
# Configure Node.js version
2121
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash

images/php/8.0-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV UPLOAD_MAX_FILESIZE 64M
1111
ENV SENDMAIL_PATH /dev/null
1212
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1313

14-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
14+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1515

1616
# Install dependencies
1717
RUN apt-get update \

images/php/8.1-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV MAGENTO_RUN_MODE production
1515
ENV SENDMAIL_PATH /dev/null
1616
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1717

18-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
18+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1919

2020
# Configure Node.js version
2121
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash

images/php/8.1-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV UPLOAD_MAX_FILESIZE 64M
1111
ENV SENDMAIL_PATH /dev/null
1212
ENV PHPRC ${MAGENTO_ROOT}/php.ini
1313

14-
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
14+
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sodium sysvmsg sysvsem sysvshm xsl zip pcntl
1515

1616
# Install dependencies
1717
RUN apt-get update \

0 commit comments

Comments
 (0)