shad-go/build.docker

8 lines
239 B
Docker
Raw Normal View History

2021-02-22 09:46:25 +00:00
FROM golang:1.16
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
2021-02-22 09:46:25 +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