diff --git a/Dockerfile b/Dockerfile index 3dedccb..09e63f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM ubuntu:latest -RUN apt update ; apt upgrade -y ; apt dist-upgrade -y ; apt clean -RUN apt install -y python ; apt clean +RUN apt update ; apt upgrade -y ; apt dist-upgrade -y +RUN apt install -y python3 ; apt clean