From 8750c004b3553c1d9ecd09cca9fcc126b9066eb8 Mon Sep 17 00:00:00 2001 From: galewis2 <62433564+galewis2@users.noreply.github.com> Date: Tue, 14 Dec 2021 08:57:23 -0500 Subject: [PATCH] Get Osmium --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b437be5..c6fd085 100644 --- a/Dockerfile +++ b/Dockerfile @@ -139,7 +139,8 @@ RUN adduser --disabled-password --gecos "" renderer # Install python libraries RUN pip3 install \ requests \ - pyyaml + pyyaml \ + osmium # Configure Apache RUN mkdir /var/lib/mod_tile \