Skip to content

Commit c4c22e6

Browse files
committed
add missing 'set -x'
1 parent 117fc2f commit c4c22e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
FROM quay.io/terraform-docs/terraform-docs:0.16.0
1616

1717
# 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 \
18+
RUN set -x \
19+
&& apk add -X https://dl-4.alpinelinux.org/alpine/edge/community -u alpine-keys \
20+
&& apk update \
21+
&& apk add --no-cache \
2122
bash \
2223
git \
2324
git-lfs \

0 commit comments

Comments
 (0)