Skip to content

Commit e5c8e6f

Browse files
committed
feat: install yq directly from alpine without extra repo
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 5f140e3 commit e5c8e6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
FROM quay.io/terraform-docs/terraform-docs:edge
1616

17-
# this is explicitly needed because yq v4.x only exists in this repo.
18-
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
19-
2017
RUN set -x \
2118
&& apk update \
2219
&& apk add --no-cache \

0 commit comments

Comments
 (0)