[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

@@ -9,7 +9,7 @@ RUN apt-get update -qq \
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 \