[odrs-web/oscp] This image ships with uid 1001 by default



commit a7987cab8a8613c22bc02c6909112fec2582f65a
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 13 09:57:33 2018 +0100

    This image ships with uid 1001 by default

 Dockerfile | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 84d1474..65b1764 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,8 +18,6 @@ RUN source scl_source enable rh-python36 && pip install -r requirements.txt
 COPY odrs.gnome.org.conf /etc/httpd/conf.d/000-default.conf
 
 RUN groupadd -g 1001 odrs
-RUN useradd -u 1001 -g 1001 -d ${ODRS_HOME}/ -r -s /usr/sbin/nologin odrs
-
 RUN chown -R 1001:0 ${ODRS_HOME} && \
     chmod -R 664 ${ODRS_HOME} && \
     find ${ODRS_HOME} -type d -exec chmod 775 {} +


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