We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3615256 commit 3d13054Copy full SHA for 3d13054
1 file changed
rootfs/Dockerfile
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \
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/bacongobbler/wal-e.git@boto3-upgrade
+RUN pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@boto3-upgrade
59
60
# install python port of daemontools
61
RUN pip install --disable-pip-version-check --no-cache-dir envdir
0 commit comments