Change pip install on DB image (#257)

This commit is contained in:
Kyâne Pichou 2018-04-15 00:34:49 +02:00 committed by GitHub
parent c9cc81895a
commit bfb3a77f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@ RUN apk add --no-cache \
libffi-dev \
linux-headers \
python-dev \
py-pip \
py-cryptography \
&& curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python \
&& pip --no-cache-dir install 'wal-e<1.0.0' envdir \
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/*