Add python version

This commit is contained in:
Gabriela Pałka 2020-04-03 17:13:23 +02:00
parent c98d8f2b14
commit 03ecc92819

View File

@ -4,7 +4,7 @@ RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN apt install -y python3
RUN apt-get update && apt-get install -y python-pip
RUN apt-get update && apt-get install -y python3-pip
RUN python3 -m pip install -U pip
RUN python3 -m pip install -U matplotlib
RUN gcc --version