diff --git a/Dockerfile b/Dockerfile index 0b6c9ec..fb9e182 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # Dependencies FROM python:alpine RUN pip install -U \ + git \ pip \ setuptools \ wheel