This commit is contained in:
Max 2021-01-04 18:19:25 +00:00
parent 3727799019
commit c56b881924

View File

@ -1,5 +1,5 @@
FROM python:3.7 FROM python:3.7
RUN apt updte RUN apt update
RUN apt install python3-numpy RUN apt install python3-numpy
RUN apt install python-pandas RUN apt install python-pandas
RUN pip install requests RUN pip install requests