Skip to content
This repository has been archived by the owner on Dec 16, 2017. It is now read-only.

Commit

Permalink
Use dev branch (for now) and pip install (always)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Mar 26, 2015
1 parent 944dc75 commit 57ad2f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Expand Up @@ -36,7 +36,8 @@ RUN rm -rf /var/lib/apt/lists/* && \
WORKDIR /home
RUN git clone https://github.com/krmaxwell/maltrieve.git && \
cd maltrieve && \
python setup.py install && \
git checkout dev && \
pip install -e . && \
chown -R maltrieve:maltrieve /home/maltrieve

USER maltrieve
Expand Down

0 comments on commit 57ad2f5

Please sign in to comment.