Added php7-openssl for sending mail via SSL or TLS

master
櫻川 浅羽 5 years ago
parent ef02234e9b
commit c663d398a1

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk --no-cache update && apk --no-cache add \
php7-fpm php7-gd php7-xml php7-mysqli php7-iconv php7-mcrypt php7-zlib php7-json \
php7-fpm php7-gd php7-xml php7-mysqli php7-iconv php7-mcrypt php7-zlib php7-json php7-openssl \
nginx \
&& mkdir -p /run/nginx
COPY ./discuz.conf /etc/nginx/conf.d/discuz.conf

Loading…
Cancel
Save