From 9855d4089c2a0a84d0a7f75ee9dff54f8c9c6cb3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 1 Sep 2015 23:48:28 +0200 Subject: [PATCH] install build dependencies for Pillow When Pillow is installed with pip, it needs to compile the C code against a few libraries, like libjpeg. This also adds python-git as a dep. --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b92715b1..ffb98018 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,11 @@ before_script: - apt-get -q update -y - echo " == Installing required packages" - apt-get -q install -y wget tar lib32stdc++6 lib32z1 - python python-virtualenv pyflakes pep8 dash bash ruby - python-imaging python-libcloud python-logilab-astng python-magic + libjpeg-dev python-dev zlib1g-dev + python pyflakes pylint pep8 dash bash ruby + python-git python-imaging python-libcloud python-logilab-astng python-magic python-paramiko python-pip python-pyasn1 python-pyasn1-modules - python-requests python-yaml + python-requests python-virtualenv python-yaml rsync - echo " == Installing OpenJDK 7" - apt-get -q install -y openjdk-7-jdk -- 2.30.2