From 0b1578696f289f90e717cf2264df0dd66ddb6e5c Mon Sep 17 00:00:00 2001 From: s444501 Date: Sat, 2 Apr 2022 19:12:06 +0200 Subject: [PATCH] test --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29620a0..59e16df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM ubuntu:latest +FROM python:3.9 -RUN apt update -RUN apt install -y python3-pip +RUN apt-get update +# RUN apt install -y python3-pip RUN pip3 install pandas RUN pip3 install matplotlib