Skip to content

Commit a5a438f

Browse files
authored
Merge pull request #47 from khos2ow/yq-v4
Ensure yq v4.x is installed in the image
2 parents 6db668b + a7f9075 commit a5a438f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

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

1515
FROM quay.io/terraform-docs/terraform-docs:0.13.0
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+
1720
RUN set -x \
1821
&& apk update \
1922
&& apk add --no-cache \

0 commit comments

Comments
 (0)