mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Remove unused build tools from dockerfile
Signed-off-by: Pujan Shah <pujan14@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user