diff --git a/Dockerfile b/Dockerfile index 0c8499d..31fe6fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN chmod u+x ./skrypt.sh ./statystyki.sh RUN apt update && apt install -y python3-pip zip -RUN pip3 install --user kaggle +RUN pip3 install kaggle RUN mkdir ~/.kaggle RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json