diff --git a/Dockerfile b/Dockerfile index ce96cac..9b5673b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN apt-get update && \ apt-get install -y \ python3 \ python3-pip \ + git \ wget \ unzip \ && rm -rf /var/lib/apt/lists/*