add apt get install dependencies
This commit is contained in:
parent
242d1a8fc5
commit
63b6437248
@ -2,6 +2,9 @@ FROM python:3.7-slim-stretch
|
|||||||
|
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY * /code/
|
COPY * /code/
|
||||||
|
RUN RUN apt-get update && apt-get install -y \
|
||||||
|
libevent-dev \
|
||||||
|
python-all-dev
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
EXPOSE 5001
|
EXPOSE 5001
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user