Skip to content

Instantly share code, notes, and snippets.

@pmbauer
Last active April 20, 2016 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmbauer/ed82a0cdb436841d34947b7b026e0dcc to your computer and use it in GitHub Desktop.
Save pmbauer/ed82a0cdb436841d34947b7b026e0dcc to your computer and use it in GitHub Desktop.
FROM alpine:3.3
RUN apk add --update curl drill \
&& rm -rf /var/cache/apk/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment