FROM postgres:10.10

RUN apt-get update && apt-get -y install python3-pip libpq-dev jq
RUN pip3 install yandex-pgmigrate
