Skip to content

Commit

Permalink
Merge pull request #4006 from GeotrekCE/add_git_on_dockerfile
Browse files Browse the repository at this point in the history
Hotfix: add git in dockerfile to build
  • Loading branch information
submarcos committed Mar 18, 2024
2 parents 9b126f1 + ad03d13 commit bd45ef5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ FROM base as build
USER root

RUN apt-get update -qq && apt-get install -y -qq \
git \
python3.8-dev \
python3.8-venv \
build-essential \
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ CHANGELOG
2.103.1+dev (XXXX-XX-XX)
------------------------

**Hot fix**

- Add git to Dockerfile build staging

2.103.1 (2024-03-15)
--------------------

Expand Down

0 comments on commit bd45ef5

Please sign in to comment.