This commit is contained in:
alicja.m.musial 2020-04-03 20:03:00 +02:00
parent bee3e220d6
commit 02de0da2af

View File

@ -4,6 +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 python3-pip
RUN python3 -m pip install -U pip
RUN python3 -m pip install -U matplotlib
RUN gcc --version