[wgo-web] Add apache as a supplementary group



commit 844699f90329d53d6e1c6d4956dc125f3f31d404
Author: Andrea Veri <averi redhat com>
Date:   Wed Mar 13 00:19:56 2019 +0100

    Add apache as a supplementary group

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index b74ecc4..7ef00db 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ COPY gnome-custom.aug /tmp
 RUN augtool -f /tmp/gnome-custom.aug
 
 RUN groupadd wgo -g 1000370000 && \
-    useradd wgo -g 1000370000 -u 1000370000 -r -l
+    useradd wgo -g 1000370000 -u 1000370000 -G apache -r -l
 
 EXPOSE 8443
 


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