Skip to content

Commit dc02898

Browse files
author
Matthew Fisher
committed
Merge pull request #69 from bacongobbler/install-wale-from-commit
fix(rootfs): install wal-e from commit
2 parents 885ce9b + 5b9dad6 commit dc02898

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ RUN apt-get update && apt-get install -y \
5454
# install pip
5555
RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python -
5656

57-
# install wal-e
58-
RUN pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@boto3-upgrade
57+
# install deis/wal-e from the tip of the boto3-upgrade branch
58+
# NOTE (bacongobbler): we use the commit here so Docker's cache will bust when we make changes upstream
59+
RUN pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@dfa35c648b1a7b554122312d6c6b592be372e17a
5960

6061
# install python port of daemontools
6162
RUN pip install --disable-pip-version-check --no-cache-dir envdir

0 commit comments

Comments
 (0)