Skip to content

Commit

Permalink
fix: add proper diffutils to container
Browse files Browse the repository at this point in the history
Alpine's default diff provider is Busybox diff. This is not adequate for
our scripts like delta.sh or check-warn.sh. These require proper
gnu-diff for advanced parameters like changed-group-format.

Fixes: 23fbd1a (feat(docker): use alpine for the base image, 2024-11-09)
Signed-off-by: Randolph Sapp <[email protected]>
  • Loading branch information
StaticRocket committed Dec 17, 2024
1 parent ba8da4b commit d2a2aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM alpine:3

RUN apk add --no-cache \
bash \
diffutils \
dumb-init \
git \
make \
Expand Down

0 comments on commit d2a2aee

Please sign in to comment.