Skip to content

Commit

Permalink
Add git package to Doxygen Dockerfile (project-chip#13523)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Morales <v.morales@samsung.com>
  • Loading branch information
electrocucaracha authored and step0035 committed Feb 8, 2022
1 parent 55f43be commit 5c6a928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integrations/docker/images/chip-build-doxygen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ FROM alpine:3.15
RUN apk --no-cache add \
doxygen=1.9.2-r1 \
graphviz=2.49.3-r0 \
bash=5.1.8-r0
bash=5.1.8-r0 \
git=2.34.1-r0
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.45 Version bump reason: [Ameba] Support NetworkCommissioning
0.5.46 Version bump reason: [Doxygen] Adding git missing package

0 comments on commit 5c6a928

Please sign in to comment.