You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2017/02/14 17:05:32 UTC

[08/12] brooklyn-dist git commit: remove dev random tweak -- doesn't work as /dev/ isn't persisted

remove dev random tweak -- doesn't work as /dev/ isn't persisted

and haveged also fails as /proc/ is readonly; you just have to make sure your host has entropy


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/7bb6dad9
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/7bb6dad9
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/7bb6dad9

Branch: refs/heads/master
Commit: 7bb6dad9d9c14e5e80ec02481bf8ebd15cd2dd9c
Parents: 5311938
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Nov 9 10:33:25 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Nov 9 10:33:25 2016 +0000

----------------------------------------------------------------------
 docker/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/7bb6dad9/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d5d8d67..91d3973 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -21,8 +21,7 @@
 FROM openjdk:8-jre-alpine
 MAINTAINER Alex Heneveld "alex@cloudsoft.io"
 
-RUN apk add --update --no-cache bash openssh wget ; \
-    mv /dev/random /dev/random-real && ln -s /dev/urandom /dev/random
+RUN apk add --update --no-cache bash openssh wget
 RUN adduser -D brooklyn
 WORKDIR /home/brooklyn