Skip to content
Snippets Groups Projects
Unverified Commit c70c6503 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

MultiQC: switch Dockerfile from ubuntu to debian

parent 1d82bf7c
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04 FROM debian:stretch
MAINTAINER Laurent Modolo MAINTAINER Laurent Modolo
ENV MULTIQC_VERSION=1.0 ENV MULTIQC_VERSION=1.0
ENV PACKAGES build-essential=12.4* \ ENV PACKAGES build-essential \
python3-pip=9.0.1* \ python3-pip \
python3-setuptools=39.0.1* \ python3-setuptools \
python3-dev=3.6.5* \ python3-dev \
python3-wheel=0.30.0* \ python3-wheel \
locales locales
RUN apt-get update && \ RUN apt-get update && \
......
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