Skip to content

Commit

Permalink
Adds git
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro De Maria committed Jan 17, 2024
1 parent 3c01e45 commit 2eb1072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ target-version = ['py38']
exclude = '''
(
/(
.*reclass.*
| .*version.py
)
)
Expand Down

0 comments on commit 2eb1072

Please sign in to comment.