s416296-plots/Dockerfile
2020-04-19 21:26:28 +02:00

13 lines
248 B
Docker

FROM ubuntu:latest
RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN apt install -y python3
RUN apt install -y python3-pip
RUN pip install matplotlib