diff --git a/docker_templates/keystone/Dockerfile.j2 b/docker_templates/keystone/Dockerfile.j2 index 3a69691fa2..142a52dd6a 100644 --- a/docker_templates/keystone/Dockerfile.j2 +++ b/docker_templates/keystone/Dockerfile.j2 @@ -43,6 +43,7 @@ RUN yum -y install \ RUN apt-get install -y --no-install-recommends \ apache2 \ libapache2-mod-wsgi \ + && echo > /etc/apache2/ports.conf \ && apt-get clean {% endif %}