diff --git a/Dockerfile b/Dockerfile index d196376..6ff41c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ RUN pip install --user seaborn RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle ENV KAGGLE_USERNAME=michal2608 ENV KAGGLE_KEY="" -RUN apt-get install unzip \ No newline at end of file +RUN apt-get install unzip +RUN apt install git \ No newline at end of file