tools/docker: Add git package for git-describe.

This commit is contained in:
Jason Volk 2020-03-09 19:16:30 -07:00
parent a466917cf9
commit 61c94e7e52
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN \
clang-9 \
cmake \
curl \
git \
libbz2-dev \
libgflags-dev \
libmagic-dev \

View File

@ -18,6 +18,7 @@ RUN \
curl \
g++-8 \
gcc-8 \
git \
libbz2-dev \
libgflags-dev \
libmagic-dev \