From 6d0a68abf3d4bd2d1867613ffcf5d326abae30df Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 9 May 2022 16:31:28 +0200 Subject: [PATCH] fix the build Signed-off-by: szaimen --- Containers/apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/apache/Dockerfile b/Containers/apache/Dockerfile index 9c9acd12..02217851 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -46,6 +46,7 @@ RUN set -ex; \ a2ensite nextcloud.conf && \ rm -rf /var/www/html/* && \ chown www-data:www-data -R /var/log/apache2; \ + mkdir -p /var/run/apache2; \ chown -R www-data:www-data /var/run/apache2; \ chown -R www-data:www-data /var/www;