From 4c403d13dd23d755af5d95240db68093adc87743 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Fri, 25 Jun 2021 22:32:05 -0400 Subject: [PATCH] Install python-is-python3 for openstreetmap-tiles-update-expire --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a438d52..8a0d416 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,7 @@ RUN apt-get install -y --no-install-recommends \ postgresql-contrib-12 \ postgresql-server-dev-12 \ protobuf-c-compiler \ + python-is-python3 \ python3-mapnik \ python3-lxml \ python3-psycopg2 \