Index: /trunk/Dockerfile
===================================================================
--- /trunk/Dockerfile	(revision 968)
+++ /trunk/Dockerfile	(revision 969)
@@ -163,4 +163,6 @@
     && pip3 install Cheetah3 redis\
     && sed "s:AllowOverride None:AllowOverride All:g" -i /etc/apache2/apache2.conf \
+    && mkdir -p /tmp/statusInfos \
+    && chown www-data:www-data -R /tmp/statusInfos \
     && a2enmod cgi rewrite
 
