Skip to content

Commit

Permalink
add missing 'set -x'
Browse files Browse the repository at this point in the history
Signed-off-by: kamiKAC <m.k.rudzki@gmail.com>
  • Loading branch information
kamiKAC committed Jan 24, 2024
1 parent 15b0398 commit b144d97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
FROM quay.io/terraform-docs/terraform-docs:0.16.0

# this is explicitly needed because yq v4.x only exists in this repo.
RUN apk add -X https://dl-4.alpinelinux.org/alpine/edge/community -u alpine-keys && \
apk update && \
apk add --no-cache \
RUN set -x \
&& apk add -X https://dl-4.alpinelinux.org/alpine/edge/community -u alpine-keys \
&& apk update \
&& apk add --no-cache \
bash \
git \
git-lfs \
Expand Down

0 comments on commit b144d97

Please sign in to comment.