From 10a47bf860542e7232f3b6739377af0d16f42b69 Mon Sep 17 00:00:00 2001 From: Adrianna Zaleska Date: Sun, 19 Apr 2020 21:43:50 +0200 Subject: [PATCH] plots 3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0aab64..0ea30c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ RUN gcc --version RUN apt install -y build-essential RUN apt-get update && apt-get install -y python3 RUN apt-get update && apt-get install -y python3-pip -RUN pip install matplotlib +RUN pip3 install matplotlib