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 \