diff --git a/Dockerfile b/Dockerfile index 8ec2554..acf096c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:focal RUN apt update && apt install -y python3 python3-pip