Skip to content

Commit

Permalink
feat: install yq directly from alpine without extra repo
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
  • Loading branch information
khos2ow committed Mar 23, 2024
1 parent 5f140e3 commit e5c8e6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e5c8e6f

Please sign in to comment.