# Build
FROM docker.internal.justin.tv/devtools/xenial/go1.14.2:latest as go_build
RUN apt-get update && apt-get install zip -y

# Install golangci-lint
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
RUN golangci-lint --version
