Newer
Older
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV FASTQC_VERSION=0.11.5
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV FASTQC_VERSION=0.11.5
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean