mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[generator] Add git to mapmaker docker
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
zyphlar
parent
93ebf8072c
commit
0bee4e074e
@@ -12,6 +12,7 @@ RUN apt-get update -qq \
|
||||
openssh-client \
|
||||
sshpass \
|
||||
vim \
|
||||
git \
|
||||
wget \
|
||||
build-essential \
|
||||
clang \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user