From 2eb10724182d42ab6e3e3b4553f6adfe0187b83f Mon Sep 17 00:00:00 2001 From: Alessandro De Maria Date: Sat, 11 Nov 2023 10:46:56 +0000 Subject: [PATCH] Adds git --- Dockerfile | 3 ++- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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 ) )