Merge branch 'etcd-cluster-support' of github.com:zalando/governor into etcd-cluster-support

This commit is contained in:
Alexander Kukushkin
2015-06-09 12:31:52 +02:00
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt-get update -y
RUN apt-get upgrade -y
ENV PGVERSION 9.4
RUN apt-get install python python-psycopg2 python-yaml python-requests python-boto postgresql-${PGVERSION} -y
RUN apt-get install python python-psycopg2 python-yaml python-requests python-boto postgresql-${PGVERSION} python-dnspython -y
ENV PATH /usr/lib/postgresql/${PGVERSION}/bin:$PATH