add libffi-dev
This commit is contained in:
parent
307cf8f10a
commit
bd49394e75
@ -1,7 +1,7 @@
|
|||||||
FROM postgres:9.4
|
FROM postgres:9.4
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y python-dev libssl-dev lzop pv daemontools curl build-essential \
|
&& apt-get install -y python-dev libffi-dev libssl-dev lzop pv daemontools curl build-essential \
|
||||||
&& curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python \
|
&& curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python \
|
||||||
&& pip install 'wal-e<1.0.0' \
|
&& pip install 'wal-e<1.0.0' \
|
||||||
&& apt-get remove -y build-essential python-dev \
|
&& apt-get remove -y build-essential python-dev \
|
||||||
|
Reference in New Issue
Block a user