redis-fix5
This commit is contained in:
parent
c33788aa80
commit
a951759c81
|
@ -7,7 +7,7 @@ COPY requirements.txt .
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends gcc libffi-dev libssl-dev
|
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 redis
|
||||||
RUN pip install --no-cache-dir -r requirements.txt && rm -rf /var/lib/apt/lists/*
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Stage 2: Final stage
|
# Stage 2: Final stage
|
||||||
FROM python:slim
|
FROM python:slim
|
||||||
|
|
Loading…
Reference in New Issue
Block a user