This commit is contained in:
Adrianna Zaleska 2020-04-19 21:40:01 +02:00
parent 5f0be79461
commit 9fa331352a

View File

@ -5,8 +5,8 @@ RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN apt install -y python3
RUN apt install -y python3-pip
RUN apt-get update && apt-get install -y python3
RUN apt-get update && apt-get install -y python3-pip
RUN pip install matplotlib