File tree Expand file tree Collapse file tree 2 files changed +44
-42
lines changed Expand file tree Collapse file tree 2 files changed +44
-42
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV PHPIZE_DEPS \
2222 libmagickwand-dev \
2323 zlib1g-dev \
2424 libzip-dev \
25- # libsodium-dev \
25+ libsodium-dev \
2626 make \
2727 pkg-config \
2828 gpg-agent \
@@ -198,6 +198,7 @@ RUN set -xe \
198198 --enable-exif \
199199 --enable-intl \
200200 \
201+ --with-sodium \
201202 --with-curl \
202203 --with-libedit \
203204 --with-openssl \
Original file line number Diff line number Diff line change @@ -15,47 +15,48 @@ The Dockerhub image name is `technicalguru/php`
1515* 7.4.32-apache-2.4.54.0
1616
1717# Enabled PHP Modules
18- Core
19- ctype
20- curl
21- date
22- dom
23- exif
24- fileinfo
25- filter
26- ftp
27- gd
28- hash
29- iconv
30- imagick
31- imap
32- intl
33- json
34- libxml
35- mbstring
36- mcrypt
37- mysqli
38- mysqlnd
39- openssl
40- pcre
41- PDO
42- pdo_mysql
43- pdo_sqlite
44- Phar
45- posix
46- readline
47- Reflection
48- session
49- SimpleXML
50- SPL
51- sqlite3
52- standard
53- tokenizer
54- xml
55- xmlreader
56- xmlwriter
57- zip
58- zlib
18+ * Core
19+ * ctype
20+ * curl
21+ * date
22+ * dom
23+ * exif
24+ * fileinfo
25+ * filter
26+ * ftp
27+ * gd
28+ * hash
29+ * iconv
30+ * imagick
31+ * imap
32+ * intl
33+ * json
34+ * libxml
35+ * mbstring
36+ * mcrypt
37+ * mysqli
38+ * mysqlnd
39+ * openssl
40+ * pcre
41+ * PDO
42+ * pdo_mysql
43+ * pdo_sqlite
44+ * Phar
45+ * posix
46+ * readline
47+ * Reflection
48+ * session
49+ * SimpleXML
50+ * sodium
51+ * SPL
52+ * sqlite3
53+ * standard
54+ * tokenizer
55+ * xml
56+ * xmlreader
57+ * xmlwriter
58+ * zip
59+ * zlib
5960
6061# Modfied INI settings (varying from default)
6162```
You can’t perform that action at this time.
0 commit comments