diff --git a/recipes/quality-control/fastqc/Singularity.fastqc-0119cv6 b/recipes/quality-control/fastqc/Singularity.fastqc-0119cv6
new file mode 100644
index 0000000000000000000000000000000000000000..065a181bd4f2655d10b1030fa072b27134c96439
--- /dev/null
+++ b/recipes/quality-control/fastqc/Singularity.fastqc-0119cv6
@@ -0,0 +1,12 @@
+Bootstrap: docker
+From: biocontainers/fastqc:v0.11.9_cv6
+
+%runscript
+    echo "Running container biocontainers/fastqc:v0.11.9_cv6, FastQC v0.11.9"
+    exec /bin/bash "$@"
+
+%post
+    mkdir /cluster /work /tsd /projects
+
+%labels
+    Author Nicolas Descostes