Skip to content

Commit 2c1664a

Browse files
committed
Add ssmtp for sendmail
1 parent 07b3770 commit 2c1664a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ RUN \
1818
php82-pdo_sqlite \
1919
php82-pecl-redis \
2020
php82-tokenizer \
21-
php82-xmlreader && \
21+
php82-xmlreader \
22+
ssmtp && \
2223
echo "*** install speedtest-cli ***" && \
2324
if [ -z ${CLI_VERSION+x} ]; then \
2425
CLI_VERSION=$(curl -Ls https://packagecloud.io/ookla/speedtest-cli/debian/dists/bookworm/main/binary-amd64/Packages \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ RUN \
1818
php82-pdo_sqlite \
1919
php82-pecl-redis \
2020
php82-tokenizer \
21-
php82-xmlreader && \
21+
php82-xmlreader \
22+
ssmtp && \
2223
echo "*** install speedtest-cli ***" && \
2324
if [ -z ${CLI_VERSION+x} ]; then \
2425
CLI_VERSION=$(curl -Ls https://packagecloud.io/ookla/speedtest-cli/debian/dists/bookworm/main/binary-arm64/Packages \

0 commit comments

Comments
 (0)