Skip to content

Commit

Permalink
Adding curl
Browse files Browse the repository at this point in the history
  • Loading branch information
afarbos authored Apr 24, 2020
1 parent 8527125 commit 1cea2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:alpine

RUN apk --no-cache add git make && rm -rf /var/lib/apt/lists/*
RUN apk --no-cache add git make curl && rm -rf /var/lib/apt/lists/*

RUN go get github.com/gojp/goreportcard && \
go get github.com/gojp/goreportcard/cmd/goreportcard-cli && \
Expand Down

0 comments on commit 1cea2ab

Please sign in to comment.