Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
Added a file for running fastNGSadmix in Docer
  • Loading branch information
e-jorsboe authored Aug 14, 2024
1 parent b6ebe1a commit 17f205f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM ubuntu:22.04

WORKDIR /docker_build/

# Install required packages
RUN apt-get update
RUN apt-get install -y build-essential libbz2-dev libcurl4-openssl-dev libssl-dev zlib1g-dev liblzma-dev libdeflate-dev libncurses5-dev curl git

RUN git clone https://github.com/e-jorsboe/fastNGSadmix.git
RUN cd fastNGSadmix && make && cp fastNGSadmix /usr/local/bin

WORKDIR /

0 comments on commit 17f205f

Please sign in to comment.