Skip to content

Commit

Permalink
fix: drop final continuation && \
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholsn committed Aug 24, 2014
1 parent f147e7a commit fa85483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
pip install -q https://github.com/RDFLib/rdflib/archive/master.zip && \
pip install -q https://github.com/trungdong/prov/archive/rdf.zip && \
pip install -q https://github.com/nicholsn/niquery/archive/master.zip && \
pip install -q https://github.com/nipy/nipype/archive/master.zip && \
pip install -q https://github.com/nipy/nipype/archive/master.zip

EXPOSE 5000
CMD /usr/local/miniconda/bin/niquery

0 comments on commit fa85483

Please sign in to comment.