From bf7b8ccce8f24400b206b7e3292e5298037320ba Mon Sep 17 00:00:00 2001 From: janpapenbrock Date: Sat, 6 May 2017 10:20:02 +0200 Subject: [PATCH] Use specific user name to easily identify who is doing things here. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index becfe66eb..761f6b8bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM java:8 MAINTAINER Timo Pagel -ENV user=dockeruser +ENV user=dependencycheck RUN wget -O /tmp/current.txt http://jeremylong.github.io/DependencyCheck/current.txt && \ current=$(cat /tmp/current.txt) && \