view Dockerfile @ 1:6ee24ca51829 draft default tip

"planemo upload for repository https://github.com/LUMC/fastq-filter/tree/develop/galaxy commit a4a3ab70c61a5ea14719002eb72a34a02b5d89e3"
author rhpvorderman
date Wed, 08 Jun 2022 07:49:43 +0000
parents 5f0d949db99e
children
line wrap: on
line source

FROM python:3.10-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=true
RUN pip install --no-cache-dir fastq-filter==0.3.0