diff --git a/Dockerfile b/Dockerfile index b1ca715..f815711 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y python3-pip