FROM golang:latest

COPY . /go/src/github.com/Venafi/vcert/v4

WORKDIR /go/src/github.com/Venafi/vcert/v4

