[damned-lies/oscp] There is no apache group anymore



commit b1be4d611dbd90af6865469bbe75c9ca8ef3ffc6
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Mar 23 16:00:57 2020 +0100

    There is no apache group anymore

 uwsgi/Dockerfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/uwsgi/Dockerfile b/uwsgi/Dockerfile
index fec0a0ed..3467ed03 100644
--- a/uwsgi/Dockerfile
+++ b/uwsgi/Dockerfile
@@ -9,9 +9,7 @@ RUN INSTALL_PKGS="atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
     rpm -V $INSTALL_PKGS 
 
 RUN groupadd l10n -g 1000660000 && \
-    useradd l10n -g 1000660000 -u 1000660000 -G apache -r -l -m && \
-    chown l10n:l10n /etc/pki/tls/certs/localhost.crt /etc/pki/tls/private/localhost.key && \
-    chown l10n:l10n /opt/rh/httpd24/root/var/run/httpd && \
+    useradd l10n -g 1000660000 -u 1000660000 -r -l -m && \
     mkdir -p /l10n && \
     git clone --depth 1 --branch master --single-branch 
https://gitlab.gnome.org/Infrastructure/damned-lies.git /l10n/damnedlies
 ADD local_settings.py /l10n/damnedlies/damnedlies/local_settings.py


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