Skip to content

Commit b0a30bf

Browse files
committed
Merge branch 'master' of github.com:parallax/k8s-openresty-php
2 parents 89c68f0 + 5075fcc commit b0a30bf

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ To run in this mode, change the Docker CMD to be /start-worker.sh instead of the
267267
| SimpleXML | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
268268
| soap | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
269269
| sockets | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
270+
| sodium | ✖ | ✖ | ✖ | ✖ | ✖ | ✖ | ✓ |
270271
| SPL | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
271272
| sqlite3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
272273
| standard | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |

php/Dockerfile-8.1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ ENV \
4545
php81-intl \
4646
php81-fpm \
4747
php81-mysqli \
48+
php81-sodium \
4849
curl \
4950
ca-certificates \
5051
supervisor \
@@ -120,7 +121,8 @@ RUN apk add --no-cache \
120121
php81-sqlite3 \
121122
php81-intl \
122123
php81-fpm \
123-
php81-mysqli && \
124+
php81-mysqli \
125+
php81-sodium && \
124126

125127
ln -snf /usr/bin/php81 /usr/bin/php && \
126128
ln -snf /usr/sbin/php-fpm81 /usr/sbin/php-fpm && \

test/modules/moduleList/8.1.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ shmop
4141
SimpleXML
4242
soap
4343
sockets
44+
sodium
4445
SPL
4546
sqlite3
4647
standard

0 commit comments

Comments
 (0)