remove unnecessary command from Dockerfile

This commit is contained in:
Denis Isaev 2018-11-24 09:25:36 +03:00
parent 255a39bcb1
commit 014a924d6c
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01

View File

@ -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"]