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 \
|
||||
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/*
|
||||
|
||||
|
Reference in New Issue
Block a user