Skip to content

Instantly share code, notes, and snippets.

@iammichiel
Created December 14, 2016 08:51
Show Gist options
  • Save iammichiel/2230c6de8eda714b7e6705afe2d936df to your computer and use it in GitHub Desktop.
Save iammichiel/2230c6de8eda714b7e6705afe2d936df to your computer and use it in GitHub Desktop.
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