Skip to content

Commit cadfc7f

Browse files
committed
fix Dockerfile
1 parent 3fbe53f commit cadfc7f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
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 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 \
18+
RUN apk add -X https://dl-4.alpinelinux.org/alpine/edge/community -u alpine-keys && \
19+
apk update && \
20+
apk add --no-cache \
2321
bash \
2422
git \
2523
git-lfs \

0 commit comments

Comments
 (0)