diff --git a/docs/examples/hike/Dockerfile b/docs/examples/hike/Dockerfile index f8c85c1f..d41f777c 100644 --- a/docs/examples/hike/Dockerfile +++ b/docs/examples/hike/Dockerfile @@ -1,6 +1,7 @@ FROM python:3.11.5 -RUN pip install maplibre geopandas +# RUN pip install maplibre geopandas +RUN pip install "maplibre[all] @ git+https://github.com/eodaGmbH/py-maplibregl@feature/examples" COPY ./app.py ./app.py