diff --git a/Dockerfile b/Dockerfile index a9250e2..7c89e4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM archlinux:latest RUN pacman -Syu --noconfirm RUN pacman -S python --noconfirm RUN pacman -S python-pip --noconfirm +RUN pacman -S bc --noconfirm +RUN pacman -S unzip --noconfirm RUN pip install --user kaggle RUN pip install --user pandas