Skip to content

Commit d2a2aee

Browse files
committed
fix: add proper diffutils to container
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]>
1 parent ba8da4b commit d2a2aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FROM alpine:3
55

66
RUN apk add --no-cache \
77
bash \
8+
diffutils \
89
dumb-init \
910
git \
1011
make \

0 commit comments

Comments
 (0)