Skip to content
Snippets Groups Projects
Verified Commit 6a448ad6 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

mutliqc: Dockerfile switch from debian to python img

parent bc023a73
No related branches found
No related tags found
No related merge requests found
FROM debian:stretch
FROM python:3.9-slim
MAINTAINER Laurent Modolo
ENV MULTIQC_VERSION=1.11
ENV PACKAGES build-essential \
python3-pip \
python3-setuptools \
python3-dev \
python3-wheel \
procps \
locales
ENV PACKAGES procps locales
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment