We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6db668b + a7f9075 commit a5a438fCopy full SHA for a5a438f
Dockerfile
@@ -14,6 +14,9 @@
14
15
FROM quay.io/terraform-docs/terraform-docs:0.13.0
16
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
+
20
RUN set -x \
21
&& apk update \
22
&& apk add --no-cache \
0 commit comments