mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[generator] Add sftp and protobuf deps
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
db70b77054
commit
2cb1ed517b
@@ -2,14 +2,14 @@
|
||||
FROM ubuntu:noble
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ENV TZ=Etc/UTC
|
||||
ENV TZ=Etc/UTC
|
||||
|
||||
RUN apt-get update -qq \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
osmctools \
|
||||
rclone \
|
||||
sftp \
|
||||
openssh-client \
|
||||
sshpass \
|
||||
vim \
|
||||
wget \
|
||||
@@ -20,6 +20,7 @@ RUN apt-get update -qq \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3.12-venv \
|
||||
python3-protobuf \
|
||||
qt6-base-dev \
|
||||
qt6-positioning-dev \
|
||||
libc++-dev \
|
||||
@@ -50,6 +51,6 @@ RUN mkdir /home/planet
|
||||
WORKDIR /root/OM/organicmaps
|
||||
|
||||
# For debugging
|
||||
#CMD /bin/bash
|
||||
#CMD /bin/bash
|
||||
|
||||
CMD /root/OM/organicmaps/tools/unix/docker_maps_generator.sh
|
||||
|
||||
Reference in New Issue
Block a user