diff --git a/Dockerfile b/Dockerfile index 080e8c8..1a9839b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM ubuntu:latest RUN apt-get update -RUN apt install -y python3.8 RUN apt-get install -y python3-pip WORKDIR /app