From 68defdc7ee5b94c8ee20e17c33482601a3c42b4d 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 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 ) )