diff --git a/Dockerfile b/Dockerfile index 3991aa9a094bbe389ce3f3e427f9a84f0f743b13..490ee3637819dd1ba8028a9d57e978fb794b1f2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM nfcore/base LABEL authors="Nicolas Servant" \ description="Docker image containing all requirements for nf-core/hic pipeline" -## Install gcc for pip CellProfiler install +## Install gcc for pip iced install RUN apt-get update && apt-get install -y gcc g++ && apt-get clean -y COPY environment.yml /