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