add pycurl to requirements

it's needed by kombu 4.0.2.

Also moved import about
This commit is contained in:
Leo Hemsted
2017-07-12 17:17:02 +01:00
parent 4ced59f7d3
commit 3331491ef1
3 changed files with 3 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ RUN \
zip \
libpq-dev \
jq \
libcurl4-openssl-dev \
&& echo "Clean up" \
&& rm -rf /var/lib/apt/lists/* /tmp/*