Skip to content

Commit

Permalink
remove unnecessary command from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag committed Nov 24, 2018
1 parent 255a39b commit 014a924
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 014a924

Please sign in to comment.