From 50158b663b1213c80baefe727b6cf9f3da93a9d9 Mon Sep 17 00:00:00 2001 From: Gabriel Gimenez Catuogno <12-11006@usb.ve> Date: Tue, 5 Sep 2017 14:57:32 +0200 Subject: [PATCH] Try to fix travis --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 47061a6a355..373e53a3a9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,9 @@ RUN apt-get -q -y update && apt-get -q -y upgrade && DEBIAN_FRONTEND=noninteract python-virtualenv \ libpq-dev \ git-core \ + build-essential \ + libssl-dev \ + libffi-dev \ && apt-get -q clean # SetUp Virtual Environment CKAN