diff --git a/Dockerfile b/Dockerfile index 45d5703b2..1bdd7e61c 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.4.0 ENV VIRTUAL_ENV=/opt/venv diff --git a/pyproject.toml b/pyproject.toml index 2d95ec0d3..0e8a1f0a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,6 @@ target-version = ['py38'] exclude = ''' ( /( - .*reclass.* | .*version.py ) )