Adding git as sys dep so runbot can clone repos
This commit is contained in:
parent
762c07bf9a
commit
9f955bb8a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user