redis-developer / introducing-the-geosearch-command

Demo application using a Bulma / Leaflet JS / JavaScript front end and Python / Flask backend to demonstrate the GEOSEARCH command added in Redis 6.2.
https://developer.redis.com/
MIT License
14 stars 13 forks source link

Error building docker image: Missing hiredis dependencies #16

Closed mcbianconi closed 1 year ago

mcbianconi commented 1 year ago

Project depends on hiredis but the docker base image (python:3.10-slim-buster) does not have its requirements:

simonprickett commented 1 year ago

Thanks for raising this, I'm able to reproduce and will look into it.