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 3a78048 commit 4ff84e2Copy full SHA for 4ff84e2
Dockerfile
@@ -15,11 +15,9 @@
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 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 \
+RUN apk add -X https://dl-4.alpinelinux.org/alpine/edge/community -u alpine-keys && \
+ apk update && \
+ apk add --no-cache \
23
bash \
24
git \
25
git-lfs \
0 commit comments