Skip to content

Commit

Permalink
Merge pull request #127 from khos2ow/alpine-yq
Browse files Browse the repository at this point in the history
feat: install yq directly from alpine without extra repo
  • Loading branch information
khos2ow committed Mar 23, 2024
2 parents 5f140e3 + e5c8e6f commit 62a6cc5
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 62a6cc5

Please sign in to comment.