Newer
Older
MAINTAINER Laurent Modolo
ENV CUTADAPT_VERSION=1.14
ENV PACKAGES python3 \
python3-dev \
musl-dev \
gcc
RUN apk update && \
apk add ${PACKAGES}
RUN pip3 install cutadapt==${CUTADAPT_VERSION}