s452094-plots/Dockerfile

7 lines
82 B
Docker

FROM ubuntu:latest
RUN pip install matplotlib
RUN apt-get install -y python-tk