Sign inSign up

gempesaw/swaks

By gempesaw

Updated over 8 years ago

a docker image of swaks

Image
0

199

gempesaw/swaks repository overview

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" ]

Tag summary

Content type

Image

Digest

Size

324.7 MB

Last updated

over 8 years ago

docker pull gempesaw/swaks