Dockerfile struggling to install Python Geopandas module
I have a dockerfile in which I am trying to build a container with my required python modules from. See my dockerfile below to understand how and what modules I am trying to install: FROM ubuntu:bionic ENV ROOTDIR /usr/local/ ENV…