Add pythondns to the Dockerfile.

This commit is contained in:
Feike Steenbergen
2015-06-09 12:25:30 +02:00
parent 19b0d4701b
commit e734ac6b1d
+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