You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
FROM krisss/docker-webman:8.2-cli-alpine
|
|
|
|
RUN apk add msmtp
|
|
|
|
COPY ./webman/msmtprc /etc/msmtprc
|
|
|
|
RUN ln -sf /usr/bin/msmtp /usr/bin/sendmail
|
|
RUN ln -sf /usr/bin/msmtp /usr/sbin/sendmail
|