mirror of
https://github.com/unclecode/crawl4ai.git
synced 2026-06-11 16:28:11 +00:00
fix: pin redis-tools version to match redis-server in Dockerfile
This commit is contained in:
@@ -55,6 +55,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
pkg-config \
|
||||
python3-dev \
|
||||
libjpeg-dev \
|
||||
redis-tools${REDIS_VERSION:+=$REDIS_VERSION} \
|
||||
redis-server${REDIS_VERSION:+=$REDIS_VERSION} \
|
||||
supervisor \
|
||||
&& apt-get clean \
|
||||
|
||||
Reference in New Issue
Block a user