Adding git as sys dep so runbot can clone repos
This commit is contained in:
@@ -3,5 +3,5 @@ MAINTAINER Peter Alabaster <peter.alabaster@opusvl.com>
|
|||||||
|
|
||||||
# Install missing system & pip dependencies for runbot module
|
# Install missing system & pip dependencies for runbot module
|
||||||
RUN apt-get update && apt-get install -y \
|
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
|
pip install matplotlib
|
||||||
|
|||||||
Reference in New Issue
Block a user