Skip to content

Commit

Permalink
Fix update of securerandom.source to use file:/dev/urandom instea…
Browse files Browse the repository at this point in the history
…d of `file:/dev/random
  • Loading branch information
cyrille-leclerc committed Sep 9, 2015
1 parent 097bc04 commit 491c291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update -qqy \
unzip \
wget \
&& rm -rf /var/lib/apt/lists/* \
&& sed -i 's/\/dev\/urandom/\/dev\/.\/urandom/' ./usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security
&& sed -i 's/securerandom\.source=file:\/dev\/random/securerandom\.source=file:\/dev\/urandom/' ./usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security

#==========
# Selenium
Expand Down

0 comments on commit 491c291

Please sign in to comment.