diff --git a/second.dockerfile b/second.dockerfile index d23a14f..82cf6fe 100644 --- a/second.dockerfile +++ b/second.dockerfile @@ -1 +1,5 @@ -FROM python:latest \ No newline at end of file +FROM python:latest + +RUN apt-get update && apt-get install -y + +RUN pip install pandas \ No newline at end of file