FROM postgres:11
RUN apt-get update -y && apt-get install -y postgresql-11-postgis-3 cmake libpq-dev postgresql-server-dev-11 zip unzip python3-pip
