open-consul/build-support/docker/Build-Go.dockerfile

8 lines
218 B
Docker

ARG GOLANG_VERSION=1.18.1
FROM golang:${GOLANG_VERSION}
RUN go install github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs@master
RUN go install github.com/hashicorp/go-bindata/go-bindata@master
WORKDIR /consul