Skip to content

Commit

Permalink
feat(wal-e): use the latest wal-e to use aws instance profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Keerthan Mala committed Jun 10, 2016
1 parent 61a4dc9 commit e494bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364
&& mkdir -p /var/run/postgresql \
&& chown -R postgres /var/run/postgresql \
&& curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python - \
&& pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@0eee12665149d8389cda9575b737359d066fa663 \
&& pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@380821a6c4ea4f98a244680d7c6c5b04b8c694b3 \
&& mkdir -p $WALE_ENVDIR \
&& pip install --disable-pip-version-check --no-cache-dir envdir \
&& apt-get remove -y --auto-remove --purge \
Expand Down

0 comments on commit e494bd9

Please sign in to comment.