diff options
Diffstat (limited to 'adei/Dockerfile')
-rw-r--r-- | adei/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |