We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 885ce9b + 5b9dad6 commit dc02898Copy full SHA for dc02898
1 file changed
rootfs/Dockerfile
@@ -54,8 +54,9 @@ RUN apt-get update && apt-get install -y \
54
# install pip
55
RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python -
56
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
+# install deis/wal-e from the tip of the boto3-upgrade branch
+# 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
60
61
# install python port of daemontools
62
RUN pip install --disable-pip-version-check --no-cache-dir envdir
0 commit comments