Created
December 14, 2016 08:51
-
-
Save iammichiel/2230c6de8eda714b7e6705afe2d936df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:latest | |
RUN \ | |
apk update && | |
apk add perl git make gcc libc-dev zlib-dev \ | |
git clone https://github.com/rbsec/sslscan.git && \ | |
cd sslscan && \ | |
make static |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment