Skip to content
Snippets Groups Projects
Commit 88c1c717 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Add git to doxygen. [skip-ci]

parent af702dfd
No related branches found
No related tags found
No related merge requests found
Pipeline #24538 skipped
......@@ -106,6 +106,7 @@ In this image:
In this image:
* Doxygen (latest)
* bash (latest)
* git
### FAISS
......
......@@ -2,6 +2,6 @@ FROM dbogatov/docker-sources:library-alpine
# Install Doxygen
RUN apk upgrade --update \
&& apk add bash doxygen \
&& apk add bash doxygen git \
&& rm -rf /tmp/* /usr/share/man /var/cache/apk/* \
&& apk search --update
......@@ -3,3 +3,4 @@
In this image:
* Doxygen (latest)
* bash (latest)
* git
......@@ -4,3 +4,4 @@ set -e
# Script to test the image
doxygen -v
git --version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment