Update documentation and Dockerfile to point to a SNAPSHOT version. Include python-etcd in Dockerfile

This commit is contained in:
Feike Steenbergen
2015-09-01 11:35:32 +02:00
parent ead0b7444f
commit 61e01b1435
3 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ 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} python-dnspython python-kazoo -y
RUN apt-get install python python-psycopg2 python-yaml python-requests python-boto postgresql-${PGVERSION} python-dnspython python-kazoo python-pip -y
RUN pip install python-etcd
ENV PATH /usr/lib/postgresql/${PGVERSION}/bin:$PATH