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