Skip to content

Commit

Permalink
updating image functionality (including samtools and bc)
Browse files Browse the repository at this point in the history
  • Loading branch information
wongjessica93 committed Jun 5, 2024
1 parent 18eae61 commit 10b29db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cutadapt/3.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ FROM ubuntu:20.04
LABEL maintainer="Miguel Brown ([email protected])"

ENV CUTADAPT_VERSION 3.4
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update && apt install -y python3-pip pigz \
RUN apt update && apt install -y python3-pip pigz samtools bc \
&& python3 -m pip install cutadapt==${CUTADAPT_VERSION} \
&& apt -y autoclean && apt -y autoremove

Expand Down

0 comments on commit 10b29db

Please sign in to comment.