swaks! i guess...
docker run -it --rm gempesaw/swaks --help
the dockerfile is something like
FROM perl:latest
RUN cpanm -nf Net::DNS Net::SSLeay Authen::SASL Authen::NTLM IO::Socket::INET6
# http://jetmore.org/john/code/swaks/
WORKDIR /swaks
COPY . .
COPY ./swaks /usr/local/bin/
ENTRYPOINT [ "swaks" ]
Content type
Image
Digest
Size
324.7 MB
Last updated
over 8 years ago
docker pull gempesaw/swaks