Skip to content

Commit

Permalink
Update docker test container to include curl for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
magile32 committed Jan 19, 2023
1 parent b040259 commit 296def5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.18-alpine3.15

RUN apk update upgrade

RUN apk add bash build-base
RUN apk add bash build-base curl

RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

Expand Down

0 comments on commit 296def5

Please sign in to comment.