Remove the_silver_searcher requirement and add exclusions for files that do not benefit from compression
This commit is contained in:
parent
b274e34c80
commit
368a687dcf
2 changed files with 17 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue