From b426a2669fe61db3f72857531d21301a5330615c Mon Sep 17 00:00:00 2001 From: Nicolas Servant <nicolas.servant@curie.fr> Date: Thu, 13 May 2021 18:19:03 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8490e29..05547b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ RUN conda env export --name nf-core-hic-1.3.0 > nf-core-hic-1.3.0.yml # Instruct R processes to use these empty files instead of clashing with a local version RUN touch .Rprofile -RUN touch .Renviron \ No newline at end of file +RUN touch .Renviron -- GitLab