Skip to content

Commit

Permalink
Use alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Aug 8, 2020
1 parent 60c073f commit b51926b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golangci/golangci-lint:latest
FROM golangci/golangci-lint:latest-alpine

RUN \
apt-get update && \
apt-get install -y vim
apk update && \
apk add vim

ENV GOLINTUI_OPEN_COMMAND=vim

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ go get github.com/nakabonne/golintui
**With Docker**

```bash
docker run --rm -i -t -v $(pwd):/app -w /app nakabonne/golintui:latest /bin/bash
docker run --rm -i -t -v $(pwd):/app -w /app nakabonne/golintui:latest golintui
```

## Usage
Expand Down

0 comments on commit b51926b

Please sign in to comment.