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