shad-go/build.docker
2020-02-14 15:55:25 +03:00

7 lines
No EOL
238 B
Docker

FROM golang:1.13
RUN apt-get update && apt-get install -y \
rsync \
&& rm -rf /var/lib/apt/lists/*
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6