Skip to content

Commit 418c025

Browse files
author
Matthew Fisher
committed
fix(controller): install git
We need git at the moment as a hack to run pip install for bacongobbler's fork of django-fsm. Once that feature branch has been merged into upstream, we can remove this hack.
1 parent a0f3437 commit 418c025

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

controller/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ RUN apt-get update && \
88
# install recent pip
99
RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
1010

11+
# HACK: install git so we can install bacongobbler's fork of django-fsm
12+
RUN apt-get install -yq git
13+
1114
# install requirements before ADD to cache layer and speed build
1215
RUN pip install boto==2.23.0 \
1316
celery==3.1.8 \

0 commit comments

Comments
 (0)