[generator] Add sftp and protobuf deps

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
zyphlar
2025-08-04 05:17:17 +00:00
committed by Konstantin Pastbin
parent db70b77054
commit 2cb1ed517b

View File

@@ -2,14 +2,14 @@
FROM ubuntu:noble FROM ubuntu:noble
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC ENV TZ=Etc/UTC
RUN apt-get update -qq \ RUN apt-get update -qq \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
curl \ curl \
osmctools \ osmctools \
rclone \ rclone \
sftp \ openssh-client \
sshpass \ sshpass \
vim \ vim \
wget \ wget \
@@ -20,6 +20,7 @@ RUN apt-get update -qq \
python3 \ python3 \
python3-pip \ python3-pip \
python3.12-venv \ python3.12-venv \
python3-protobuf \
qt6-base-dev \ qt6-base-dev \
qt6-positioning-dev \ qt6-positioning-dev \
libc++-dev \ libc++-dev \
@@ -50,6 +51,6 @@ RUN mkdir /home/planet
WORKDIR /root/OM/organicmaps WORKDIR /root/OM/organicmaps
# For debugging # For debugging
#CMD /bin/bash #CMD /bin/bash
CMD /root/OM/organicmaps/tools/unix/docker_maps_generator.sh CMD /root/OM/organicmaps/tools/unix/docker_maps_generator.sh