shad-go/build.docker

7 lines
238 B
Docker
Raw Normal View History

2020-01-31 19:03:57 +00:00
FROM golang:1.13
2020-01-31 19:08:03 +00:00
2020-01-31 19:35:07 +00:00
RUN apt-get update && apt-get install -y \
rsync \
&& rm -rf /var/lib/apt/lists/*
2020-02-14 12:39:06 +00:00
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6