diff --git a/Dockerfile b/Dockerfile index 5e2e2bd..a87f385 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM ubuntu:latest -RUN apt-get update -RUN apt install python3-pip -y -RUN pip install --user pandas -RUN pip install --user kaggle -RUN apt-get install unzip +FROM ubuntu:latest +RUN apt-get update --fix-missing +RUN apt install python3-pip -y +RUN pip install --user pandas +RUN pip install --user kaggle +RUN apt-get install unzip RUN apt install git -y \ No newline at end of file