diff --git a/Dockerfile b/Dockerfile index 7283e9524..7e056b51f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app/ COPY ./requirements.txt /opt/requirements.txt -RUN apt-get install -y --no-install-recommends jq curl +RUN apt-get install -y --no-install-recommends jq curl zip git RUN apt-get install -y --no-install-recommends python3-venv && \ python3 -m venv /opt/venv && \