From e734ac6b1d8d88e2a98c5feb6b1e4b3d40febe6b Mon Sep 17 00:00:00 2001 From: Feike Steenbergen Date: Tue, 9 Jun 2015 12:25:30 +0200 Subject: [PATCH] Add pythondns to the Dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 226c1564..d7073a04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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