Skip to content

Instantly share code, notes, and snippets.

FROM alpine:latest
MAINTAINER flux7labs support@flux7.com
ENV REFRESHED_AT 2016-07-05
# install necessary packages
RUN apk update && apk add bash make curl git mercurial bzr go && \