mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +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 \
|
openssh-client \
|
||||||
sshpass \
|
sshpass \
|
||||||
vim \
|
vim \
|
||||||
|
git \
|
||||||
wget \
|
wget \
|
||||||
build-essential \
|
build-essential \
|
||||||
clang \
|
clang \
|
||||||
|
|||||||
@@ -56,6 +56,10 @@ mkdir -p /home/planet/subway
|
|||||||
export SKIP_MAP_DOWNLOAD=1
|
export SKIP_MAP_DOWNLOAD=1
|
||||||
export SKIP_GENERATE_SYMBOLS=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..."
|
echo "<$(date +%T)> Compiling tools..."
|
||||||
cd ~/OM/organicmaps
|
cd ~/OM/organicmaps
|
||||||
./tools/unix/build_omim.sh -R generator_tool
|
./tools/unix/build_omim.sh -R generator_tool
|
||||||
|
|||||||
Reference in New Issue
Block a user