install git on docker

This commit is contained in:
Jan Nowak 2021-04-10 23:05:37 +02:00
parent 1775098f93
commit ea15c81737

View File

@ -3,7 +3,7 @@ FROM ubuntu:focal
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes) # Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
RUN apt update RUN apt update
RUN apt install -y python3 python3-pip dos2unix RUN apt install -y python3 python3-pip dos2unix git
RUN pip3 install kaggle RUN pip3 install kaggle
RUN apt install -y unzip RUN apt install -y unzip
RUN mkdir /.kaggle RUN mkdir /.kaggle