missing git in Dockerfile

This commit is contained in:
Robert Bendun 2023-04-04 23:57:13 +02:00
parent 1a61aba350
commit ba1c9cbd0b

View File

@ -1,5 +1,5 @@
FROM ubuntu:22.04
RUN apt update && apt install -y vim make python3 python3-pip python-is-python3 gcc g++ golang wget unzip
RUN apt update && apt install -y vim make python3 python3-pip python-is-python3 gcc g++ golang wget unzip git
RUN pip install pandas matplotlib scikit-learn
CMD "bash"