This commit is contained in:
Adrianna Zaleska 2020-04-19 21:43:50 +02:00
parent 9fa331352a
commit 10a47bf860

View File

@ -7,6 +7,6 @@ RUN gcc --version
RUN apt install -y build-essential RUN apt install -y build-essential
RUN apt-get update && apt-get install -y python3 RUN apt-get update && apt-get install -y python3
RUN apt-get update && apt-get install -y python3-pip RUN apt-get update && apt-get install -y python3-pip
RUN pip install matplotlib RUN pip3 install matplotlib