redis-service
This commit is contained in:
@@ -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 asyncio aiohttp redis[hiredis]
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Stage 2: Final stage
|
||||
|
Reference in New Issue
Block a user