Use specific user name to easily identify who is doing things here.

This commit is contained in:
janpapenbrock
2017-05-06 10:20:02 +02:00
parent 57b1895b5e
commit bf7b8ccce8

View File

@@ -2,7 +2,7 @@ FROM java:8
MAINTAINER Timo Pagel <dependencycheckmaintainer@timo-pagel.de>
ENV user=dockeruser
ENV user=dependencycheck
RUN wget -O /tmp/current.txt http://jeremylong.github.io/DependencyCheck/current.txt && \
current=$(cat /tmp/current.txt) && \