Get Osmium

This commit is contained in:
galewis2 2021-12-14 08:57:23 -05:00 committed by GitHub
parent a1cbf0d74c
commit 8750c004b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,8 @@ RUN adduser --disabled-password --gecos "" renderer
# Install python libraries # Install python libraries
RUN pip3 install \ RUN pip3 install \
requests \ requests \
pyyaml pyyaml \
osmium
# Configure Apache # Configure Apache
RUN mkdir /var/lib/mod_tile \ RUN mkdir /var/lib/mod_tile \