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

Commit

Permalink
Merge branch 'add_dockerfile' into patch_0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ckandoth committed May 21, 2019
2 parents dac94a8 + 2ede4b0 commit 3812fd2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM ubuntu:16.04

RUN apt-get update && apt-get install -y git make build-essential zlib1g-dev libncurses5-dev libncursesw5-dev

RUN cd /tmp \
&& git clone https://github.com/ding-lab/msisensor.git msisensor_install_dir \
&& cd msisensor_install_dir \
&& git checkout 0.5 \
&& make \
&& mv /tmp/msisensor_install_dir/msisensor /usr/bin/

0 comments on commit 3812fd2

Please sign in to comment.