diff --git a/docker/base/Dockerfile.j2 b/docker/base/Dockerfile.j2
index 3a53cc8b45fefcb4417934d8dd53aa7ff7cbeb91..1c2d3143354219ca13cf57e6d16f86eee53eb319 100644
--- a/docker/base/Dockerfile.j2
+++ b/docker/base/Dockerfile.j2
@@ -1,7 +1,7 @@
 FROM {{ base_distro }}:{{ base_distro_tag }}
 MAINTAINER {{ maintainer }}
 
-# Early failure for bases and types
+{# Early failure for bases and types #}
 {% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
     {% if install_type not in ['source', 'binary', 'rdo', 'rhel'] %}