Skip to content

Commit

Permalink
Enable to open in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Aug 7, 2020
1 parent a50eae2 commit 60c073f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM golang:1.14
FROM golangci/golangci-lint:latest

RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
RUN \
apt-get update && \
apt-get install -y vim

ENV GOLINTUI_OPEN_COMMAND=vim

COPY golintui /usr/bin/
CMD ["golintui"]

0 comments on commit 60c073f

Please sign in to comment.