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.
1 parent 117fc2f commit c4c22e6Copy full SHA for c4c22e6
Dockerfile
@@ -15,9 +15,10 @@
15
FROM quay.io/terraform-docs/terraform-docs:0.16.0
16
17
# this is explicitly needed because yq v4.x only exists in this repo.
18
-RUN apk add -X https://dl-4.alpinelinux.org/alpine/edge/community -u alpine-keys && \
19
- apk update && \
20
- apk add --no-cache \
+RUN set -x \
+ && apk add -X https://dl-4.alpinelinux.org/alpine/edge/community -u alpine-keys \
+ && apk update \
21
+ && apk add --no-cache \
22
bash \
23
git \
24
git-lfs \
0 commit comments