diff --git a/Dockerfile b/Dockerfile index 5147606..edb8224 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:20.04 RUN apt update && apt install -y python3 && apt install -y nano