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
|
# Install Redis and its dependencies
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
redis \
|
redis && \
|
||||||
redis-tools && \
|
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
ARG HOST_UID
|
ARG HOST_UID
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user