Skip to content

Commit

Permalink
Remove unused build tools from dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Pujan Shah <pujan14@gmail.com>
  • Loading branch information
pujan14 committed Mar 31, 2021
1 parent 5f4f8a3 commit 2ea8635
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
Expand Up @@ -8,7 +8,7 @@

FROM golang:1.15.6-alpine AS builder

RUN apk add --update --no-cache ca-certificates bash make gcc musl-dev git openssh wget curl
RUN apk add --update --no-cache make

WORKDIR /go/src/terraform-docs

Expand Down

0 comments on commit 2ea8635

Please sign in to comment.