[generator] Add git to mapmaker docker

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-09-06 09:51:50 +00:00
committed by zyphlar
parent 93ebf8072c
commit 0bee4e074e
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ RUN apt-get update -qq \
openssh-client \
sshpass \
vim \
git \
wget \
build-essential \
clang \

View File

@@ -56,6 +56,10 @@ mkdir -p /home/planet/subway
export SKIP_MAP_DOWNLOAD=1
export SKIP_GENERATE_SYMBOLS=1
# Temporary workaround for dubios ownership / permissions
# build_omim.sh script calls configure.sh which runs git submodule update
git config --global --add safe.directory /root/OM/organicmaps
echo "<$(date +%T)> Compiling tools..."
cd ~/OM/organicmaps
./tools/unix/build_omim.sh -R generator_tool