Skip to content

Commit 7f4021c

Browse files
author
Matthew Fisher
committed
Merge pull request #45 from bacongobbler/deis-wale
ref(Dockerfile): use deis/wal-e
2 parents 3615256 + 3d13054 commit 7f4021c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \
5555
RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python -
5656

5757
# install wal-e
58-
RUN pip install --disable-pip-version-check --no-cache-dir git+https://github.com/bacongobbler/wal-e.git@boto3-upgrade
58+
RUN pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@boto3-upgrade
5959

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

0 commit comments

Comments
 (0)