Skip to content

Commit

Permalink
update docker to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer authored and Jon Palmer committed Nov 11, 2017
1 parent 7638545 commit c17f098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ RUN apt-get update -qq && apt-get install -y \
make && \
make install && \
cd .. && \
wget https://github.com/nextgenusfs/amptk/archive/v1.0.1.tar.gz && \
tar xzf v1.0.1.tar.gz && \
mv amptk-1.0.1 amptk && \
wget https://github.com/nextgenusfs/amptk/archive/v1.0.2.tar.gz && \
tar xzf v1.0.2.tar.gz && \
mv amptk-1.0.2 amptk && \
pip install -U srapy edlib

ENV PATH=/work:/amptk:$PATH \
Expand Down

0 comments on commit c17f098

Please sign in to comment.