Merge pull request #129 from FingerLiu/master

fix build error on Ubuntu 14.04
This commit is contained in:
Pan Luo 2017-06-01 06:03:26 -07:00 committed by GitHub
commit 05f44e1413

View File

@ -1,7 +1,7 @@
FROM postgres:9.4
RUN apt-get update \
&& apt-get install -y python-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 \
&& pip install 'wal-e<1.0.0' \
&& apt-get remove -y build-essential python-dev \