annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5f0d949db99e "planemo upload for repository https://github.com/LUMC/fastq-filter/tree/develop/galaxy commit 7c3396382f92bd634b23102351208f8863390cb5"
rhpvorderman
parents:
diff changeset
1 FROM python:3.10-slim-bullseye
5f0d949db99e "planemo upload for repository https://github.com/LUMC/fastq-filter/tree/develop/galaxy commit 7c3396382f92bd634b23102351208f8863390cb5"
rhpvorderman
parents:
diff changeset
2
5f0d949db99e "planemo upload for repository https://github.com/LUMC/fastq-filter/tree/develop/galaxy commit 7c3396382f92bd634b23102351208f8863390cb5"
rhpvorderman
parents:
diff changeset
3 ENV PYTHONDONTWRITEBYTECODE=true
1
6ee24ca51829 "planemo upload for repository https://github.com/LUMC/fastq-filter/tree/develop/galaxy commit a4a3ab70c61a5ea14719002eb72a34a02b5d89e3"
rhpvorderman
parents: 0
diff changeset
4 RUN pip install --no-cache-dir fastq-filter==0.3.0