Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit ec86f95

Browse files
aptalcathelamer
authored andcommitted
Add php7-sodium
1 parent 8ac133b commit ec86f95

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ RUN \
7474
php7-posix \
7575
php7-soap \
7676
php7-sockets \
77+
php7-sodium \
7778
php7-sqlite3 \
7879
php7-tokenizer \
7980
php7-xml \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ RUN \
7474
php7-posix \
7575
php7-soap \
7676
php7-sockets \
77+
php7-sodium \
7778
php7-sqlite3 \
7879
php7-tokenizer \
7980
php7-xml \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ RUN \
7474
php7-posix \
7575
php7-soap \
7676
php7-sockets \
77+
php7-sodium \
7778
php7-sqlite3 \
7879
php7-tokenizer \
7980
php7-xml \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
282282

283283
## Versions
284284

285+
* **11.03.20:** - Add php7-sodium.
285286
* **06.03.20:** - Implement cert renewal attempt during container start (only if the cert is already expired or will expire within the next 24 hours, otherwise it will be attempted at 2:08am).
286287
* **05.03.20:** - Use port and proto upstream variables for ldap and default sample confs.
287288
* **24.02.20:** - Remove world/group read permissions in dns-conf.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ app_setup_nginx_reverse_proxy_block: ""
125125

126126
# changelog
127127
changelogs:
128+
- { date: "11.03.20:", desc: "Add php7-sodium." }
128129
- { date: "06.03.20:", desc: "Implement cert renewal attempt during container start (only if the cert is already expired or will expire within the next 24 hours, otherwise it will be attempted at 2:08am)." }
129130
- { date: "05.03.20:", desc: "Use port and proto upstream variables for ldap and default sample confs." }
130131
- { date: "24.02.20:", desc: "Remove world/group read permissions in dns-conf." }

0 commit comments

Comments
 (0)