Setting up GDAL in Docker
I’m trying to setup GDAL in Docker to support a Python back-end web server using Flask. After running docker compose up -d I’m receiving the following error: Could not find gdal-config. Make sure you have installed the GDAL native library…