[library-web/oscp] Needed by the httpd process to land logs with a non-root user



commit 6d83f7cd8f9576056fec112f3d7f784092970709
Author: Andrea Veri <av gnome org>
Date:   Mon Feb 24 13:38:58 2020 +0000

    Needed by the httpd process to land logs with a non-root user

 httpd/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 3490247..78f135f 100644
--- a/httpd/Dockerfile
+++ b/httpd/Dockerfile
@@ -17,6 +17,7 @@ RUN groupadd lgo -g 1000390000  && \
     useradd lgo -g 1000390000 -u 1000390000 -r -l -m
 RUN chown -R lgo:lgo /opt/app-root/src
 RUN chown -R lgo:lgo /opt/lgo
+RUN chown -R lgo:lgo /var/log/httpd24
 
 EXPOSE 8080 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]