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