chsk
This commit is contained in:
parent
554a5aed46
commit
4f8fdd71bb
|
@ -8,8 +8,9 @@ COPY requirements.txt .
|
|||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
gcc \
|
||||
libffi-dev \
|
||||
libssl-dev \
|
||||
&& pip install --no-cache-dir -r requirements.txt \
|
||||
libssl-dev
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Stage 2: Final stage
|
||||
|
|
Loading…
Reference in New Issue
Block a user