summaryrefslogtreecommitdiffstats
path: root/adei/Dockerfile
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-02-22 04:49:08 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-02-22 04:49:08 +0100
commit521d7e938779e7d3a94aefa35c6e429aed1c3946 (patch)
treebade39a8c478bc00e3503878ec0c909ba81e1cbd /adei/Dockerfile
parent2a32f59c055f76b3420726930a08a0a95474cc2c (diff)
downloadadei-521d7e938779e7d3a94aefa35c6e429aed1c3946.tar.gz
adei-521d7e938779e7d3a94aefa35c6e429aed1c3946.tar.bz2
adei-521d7e938779e7d3a94aefa35c6e429aed1c3946.tar.xz
adei-521d7e938779e7d3a94aefa35c6e429aed1c3946.zip
Fix typo
Diffstat (limited to 'adei/Dockerfile')
-rw-r--r--adei/Dockerfile2
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