From 521d7e938779e7d3a94aefa35c6e429aed1c3946 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 22 Feb 2018 04:49:08 +0100 Subject: Fix typo --- adei/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'adei/Dockerfile') diff --git a/adei/Dockerfile b/adei/Dockerfile index 3556644..e0ee4ad 100644 --- a/adei/Dockerfile +++ b/adei/Dockerfile @@ -44,6 +44,8 @@ RUN ln -sf /etc/mime.types /etc/apache2/mime.types && \ chmod -R +r /etc/apache2 && \ chmod a+w /etc/apache2/listen.conf && \ chmod a+w /etc/apache2/server-tuning.conf && \ + mkdir -p /etc/apache2/sysconfig.d && \ + chmod a+rwx /etc/apache2/sysconfig.d && \ sed -i'' -re 's@/var/run@/tmp@' /usr/sbin/start_apache2 && \ chmod +x /usr/sbin/start_apache2 -- cgit v1.2.3