Adding git as sys dep so runbot can clone repos

This commit is contained in:
Peter Alabaster 2016-10-17 10:52:44 +01:00
parent 762c07bf9a
commit 9f955bb8a1

View File

@ -3,5 +3,5 @@ MAINTAINER Peter Alabaster <peter.alabaster@opusvl.com>
# 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