From c33788aa80483be7b1825f91d90f654d46c47dbe Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 27 Sep 2024 08:39:09 +0300 Subject: [PATCH] redis-fix4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c95d4a3..a154e6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app COPY requirements.txt . RUN apt-get update && apt-get install -y --no-install-recommends gcc libffi-dev libssl-dev - +RUN pip install asyncio redis RUN pip install --no-cache-dir -r requirements.txt && rm -rf /var/lib/apt/lists/* # Stage 2: Final stage