From 85eaca5c79030e0727640b9db62ba4335477fc20 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Sat, 3 Jul 2021 09:28:40 -0400 Subject: [PATCH] Install python-is-python3 for openstreetmap-tiles-update-expire (#201) --- 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 \