Install libcurl and libssl explicitly in container
They appear to be missing from `-slim` variant containers Co-authored-by: Ben Busby <benbusby@pm.me>
This commit is contained in:
parent
026d3048c3
commit
8e4b50a7ce
|
@ -1,7 +1,7 @@
|
||||||
FROM python:3.8-slim
|
FROM python:3.8-slim
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
RUN apt-get update && apt-get install -y build-essential libcurl4-openssl-dev libssl-dev
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user