FROM techknowlogick/xgo:go-1.17.x

WORKDIR /go/src/github.com/analogj/scrutiny

COPY . /go/src/github.com/analogj/scrutiny

RUN make all