Remove the_silver_searcher requirement and add exclusions for files that do not benefit from compression

This commit is contained in:
Tony Blyler 2024-09-25 08:33:12 -04:00
parent b274e34c80
commit 368a687dcf
No known key found for this signature in database
2 changed files with 17 additions and 8 deletions

View file

@ -1,11 +1,10 @@
FROM alpine:3.13
FROM alpine:3.20
RUN apk add --no-cache \
brotli \
pigz \
zstd \
bash \
the_silver_searcher
bash
COPY ./precompress /precompress