[odrs-web/oscp] git's not needed



commit 9f5edf6c803824a0068d805c54866c696fca05b0
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 18:34:16 2018 +0100

    git's not needed

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index e488315..9435e2b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM python:3.6.4-alpine3.7
 
 RUN apk update
-RUN apk add git gcc make libc-dev python3-dev libffi-dev openssl-dev shadow apache2 apache2-mod-wsgi
+RUN apk add gcc make libc-dev python3-dev libffi-dev openssl-dev shadow apache2 apache2-mod-wsgi
 
 ENV ODRS_HOME=/odrs-web \
     LANG=C


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