From 03ecc928197e529074a4743552f1796823772cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriela=20Pa=C5=82ka?= Date: Fri, 3 Apr 2020 17:13:23 +0200 Subject: [PATCH] Add python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fbad28..eda7352 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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