docker: Add git to builder

This commit is contained in:
Arne Welzel 2023-02-10 13:46:42 +01:00
parent 3284259561
commit e6f6b1343c

View file

@ -13,6 +13,7 @@ RUN apt-get -q update \
flex \ flex \
g++ \ g++ \
gcc \ gcc \
git \
libfl2 \ libfl2 \
libfl-dev \ libfl-dev \
libmaxminddb-dev \ libmaxminddb-dev \