Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -67,7 +67,7 @@ RUN pip install --no-cache-dir \
|
|
67 |
sqlalchemy~=2.0.24 \
|
68 |
psycopg2-binary~=2.9.9 \
|
69 |
alembic~=1.14.0 \
|
70 |
-
redis~=
|
71 |
celery~=5.3.1 \
|
72 |
flower~=1.3.1 \
|
73 |
pytest~=7.4.3 \
|
|
|
67 |
sqlalchemy~=2.0.24 \
|
68 |
psycopg2-binary~=2.9.9 \
|
69 |
alembic~=1.14.0 \
|
70 |
+
"redis[hiredis]~=5.0.3" \
|
71 |
celery~=5.3.1 \
|
72 |
flower~=1.3.1 \
|
73 |
pytest~=7.4.3 \
|