Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #10 from joshmoore/add-version
Browse files Browse the repository at this point in the history
Add a VERSION argument
  • Loading branch information
mcquin authored May 10, 2017
2 parents 56862a7 + 069e542 commit 3bcba39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ RUN apt-get -y update && \
python-zmq \
xvfb
WORKDIR /usr/local/src
RUN git clone https://github.com/CellProfiler/CellProfiler.git
ARG VERSION=stable
RUN git clone -b $VERSION https://github.com/CellProfiler/CellProfiler.git
WORKDIR /usr/local/src/CellProfiler
RUN pip install \
--editable \
Expand Down

0 comments on commit 3bcba39

Please sign in to comment.