diff --git a/Dockerfile b/Dockerfile index 2835ec0d3..a5bb8757b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,8 @@ WORKDIR /kapitan RUN apt-get update \ && apt-get install --no-install-recommends -y \ curl \ - build-essential + build-essential \ + git ENV POETRY_VERSION=1.7.1 ENV VIRTUAL_ENV=/opt/venv diff --git a/pyproject.toml b/pyproject.toml index 28169b6c9..af8ec8a7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,6 @@ target-version = ['py38'] exclude = ''' ( /( - .*reclass.* | .*version.py ) )