Skip to content

Instantly share code, notes, and snippets.

@goncalor
Created April 13, 2019 16:01
Show Gist options
  • Save goncalor/f55d955d896c67d58cb806ff8ec8f69d to your computer and use it in GitHub Desktop.
Save goncalor/f55d955d896c67d58cb806ff8ec8f69d to your computer and use it in GitHub Desktop.
FROM alpine:latest
RUN echo @testing http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
>> /etc/apk/repositories
RUN apk --no-cache add masscan@testing libpcap-dev
CMD ["/bin/sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment