From 26240275ee4ef5fcd9fc1727edcd30cce4f004ab Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 19 Mar 2018 22:15:59 -0600 Subject: Updating build deps --- build/Dockerfile | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index adfade3..71a5b58 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \ wget \ python3-dev \ python3-pip \ + # For crypto libraries + libssl-dev \ + libffi-dev \ vim \ locales diff --git a/requirements.txt b/requirements.txt index 251c547..56ea79c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ scrapy==1.5.0 -ipython==6.2.1 +ipython==6.0.0 -- cgit v1.2.3