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