no redis -tools
This commit is contained in:
parent
4a61e55095
commit
6c45ee6f3b
@ -3,8 +3,7 @@ FROM alpine:3.20
|
||||
# Install Redis and its dependencies
|
||||
|
||||
RUN apk add --no-cache \
|
||||
redis \
|
||||
redis-tools && \
|
||||
redis && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
ARG HOST_UID
|
||||
|
||||
Loading…
Reference in New Issue
Block a user