added Pandas library download

This commit is contained in:
Mateusz Kuc 2023-04-20 20:40:46 +02:00
parent bb61432709
commit bc9921ef47

View File

@ -1 +1,5 @@
FROM python:latest
FROM python:latest
RUN apt-get update && apt-get install -y
RUN pip install pandas