no redis -tools

This commit is contained in:
whaffman 2025-05-22 12:31:42 +02:00
parent 4a61e55095
commit 6c45ee6f3b

View File

@ -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