Docker build Fails when trying to install Fiona using python image
I want to build a Docker container with a Python Dash App. The app requires geospatial packages like Geopandas, Folium, Shapely. When trying to build the Docker Image it fails when trying to install Fiona, it says it requires GDAL.…