We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d27ed commit 37da8b8Copy full SHA for 37da8b8
Dockerfile
@@ -55,6 +55,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
55
pkg-config \
56
python3-dev \
57
libjpeg-dev \
58
+ redis-tools${REDIS_VERSION:+=$REDIS_VERSION} \
59
redis-server${REDIS_VERSION:+=$REDIS_VERSION} \
60
supervisor \
61
&& apt-get clean \
0 commit comments