diff --git a/Dockerfile b/Dockerfile index 7b7bf47..b4dfdc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:latest - +RUN pip install pandas RUN apt-get update && apt-get install -y