FROM golang:1.8-alpine

RUN apk add --no-cache \
        make \
        git \
        bash \
        openssl \
        wget
