Change pip install on DB image (#257)
This commit is contained in:
parent
c9cc81895a
commit
bfb3a77f9a
@ -10,8 +10,8 @@ RUN apk add --no-cache \
|
|||||||
libffi-dev \
|
libffi-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
python-dev \
|
python-dev \
|
||||||
|
py-pip \
|
||||||
py-cryptography \
|
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 \
|
&& pip --no-cache-dir install 'wal-e<1.0.0' envdir \
|
||||||
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user