mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-10 14:24:21 +00:00
Docker fixes
This commit is contained in:
@@ -9,7 +9,8 @@ RUN apt-get update -qq \
|
||||
curl \
|
||||
osmctools \
|
||||
rclone \
|
||||
sftp \
|
||||
openssh-client \
|
||||
git \
|
||||
sshpass \
|
||||
vim \
|
||||
wget \
|
||||
@@ -39,6 +40,10 @@ RUN apt-get update -qq \
|
||||
zlib1g-dev \
|
||||
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/*;
|
||||
|
||||
# Allow pip to install system-wide in the container
|
||||
RUN rm -f /usr/lib/python*/EXTERNALLY-MANAGED
|
||||
RUN pip3 install "protobuf<4"
|
||||
|
||||
RUN mkdir /root/OM
|
||||
# When running, bind mount the repo here
|
||||
RUN mkdir /root/OM/organicmaps
|
||||
|
||||
Reference in New Issue
Block a user