diff --git a/Dockerfile b/Dockerfile index 0cb7b340..e3fc8fad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ FROM golang:1.11 -RUN apt-get update && apt-get install -y gcc - COPY golangci-lint $GOPATH/bin/ CMD ["golangci-lint"]