diff --git a/Dockerfile b/Dockerfile index 5547632..d72a928 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM ubuntu:latest +RUN apt clean RUN apt update RUN apt install -y python3 RUN apt install -y python3-pip