diff --git a/feed/Dockerfile b/feed/Dockerfile index e78689e..e09bba6 100644 --- a/feed/Dockerfile +++ b/feed/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ osm2pgsql>=1.8 \ pkg-config \ postgresql-client-15 \ + curl \ && pip install --no-cache-dir \ nominatim_db==$NOMINATIM_VERSION \ && apt-get purge -y --auto-remove \