Skip to content

Commit

Permalink
Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jun 12, 2016
1 parent 700a2d1 commit 5111261
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# for binder
FROM andrewosh/binder-base

USER root

ENV PACKAGES python-dev zlib1g git python-setuptools g++ make ca-certificates
ENV SOURMASH_VERSION master

### don't modify things below here for version updates etc.

Expand All @@ -12,7 +14,9 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean

USER main
RUN cd /home && \
git clone https://github.com/dib-lab/sourmash.git -b ${KHMER_VERSION} && \
cd sourmash && \
python setup.py install

RUN pip install -U setuptools pip
RUN pip install sourmash
USER main

0 comments on commit 5111261

Please sign in to comment.