From 9f955bb8a15f4d3f20d788eb728f24d144115048 Mon Sep 17 00:00:00 2001 From: Peter Alabaster Date: Mon, 17 Oct 2016 10:52:44 +0100 Subject: [PATCH] Adding git as sys dep so runbot can clone repos --- 8.0-runbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8.0-runbot/Dockerfile b/8.0-runbot/Dockerfile index e3a9c20..8f9f8e8 100644 --- a/8.0-runbot/Dockerfile +++ b/8.0-runbot/Dockerfile @@ -3,5 +3,5 @@ MAINTAINER Peter Alabaster # Install missing system & pip dependencies for runbot module RUN apt-get update && apt-get install -y \ - libfreetype6-dev libpng12-dev libxft-dev python-dev python-pip && \ + libfreetype6-dev libpng12-dev libxft-dev python-dev python-pip git && \ pip install matplotlib