Try to install pip

This commit is contained in:
Gabriela Pałka 2020-04-03 17:06:47 +02:00
parent cb69c08ef2
commit c98d8f2b14

View File

@ -3,8 +3,8 @@ FROM ubuntu:latest
RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN apt install -y python3 \
python-pip
RUN apt install -y python3
RUN apt-get update && apt-get install -y python-pip
RUN python3 -m pip install -U pip
RUN python3 -m pip install -U matplotlib
RUN gcc --version