Skip to content

Commit

Permalink
Update the postgres image to include WAL-E.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Apr 30, 2015
1 parent 0316c2b commit 3f8e58a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ RUN apt-get install python-psycopg2 -y
# Set /home/postgres as a login directory for the PostgreSQL user.
RUN usermod -d /home/postgres -m postgres

# install WAL-e
RUN apt-get install build-essential -y
RUN apt-get install python-pip -y
RUN apt-get install python-dev libxml2-dev libxslt-dev libffi-dev lzop pv -y
RUN pip install six --upgrade
RUN pip install wal-e

ENV ETCDVERSION 2.0.9
# install etcd
RUN apt-get install curl -y
Expand Down

0 comments on commit 3f8e58a

Please sign in to comment.