From e5c8e6f6b589d3f6cfb59b54bae7de7430a13d2f Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Fri, 22 Mar 2024 22:24:07 -0400 Subject: [PATCH] feat: install yq directly from alpine without extra repo Signed-off-by: Khosrow Moossavi --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f78cca..734473f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,6 @@ FROM quay.io/terraform-docs/terraform-docs:edge -# this is explicitly needed because yq v4.x only exists in this repo. -RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories - RUN set -x \ && apk update \ && apk add --no-cache \