[odrs-web/oscp] s/ROOT/root



commit 0aae2279d29260ada0993d77cc17ca10667896bb
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 19:21:16 2018 +0100

    s/ROOT/root

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 4147fa7..1c402f0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM python:3.6.4-alpine3.7
 
-USER ROOT
+USER root 
 
 RUN apk update
 RUN apk add gcc make libc-dev python3-dev libffi-dev openssl-dev shadow apache2 apache2-mod-wsgi apache2-ssl


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