Skip to content

Commit

Permalink
Upgrade selenium/base openjdk-8-jre-headless to openjdk-11-jre-headle…
Browse files Browse the repository at this point in the history
…ss (#1278)

Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
  • Loading branch information
Deycoesr and diemol committed May 10, 2021
1 parent 9c16a31 commit f272dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Base/Dockerfile
Expand Up @@ -20,7 +20,7 @@ RUN apt-get -qqy update \
&& apt-get -qqy --no-install-recommends install \
bzip2 \
ca-certificates \
openjdk-8-jre-headless \
openjdk-11-jre-headless \
tzdata \
sudo \
unzip \
Expand All @@ -30,7 +30,7 @@ RUN apt-get -qqy update \
supervisor \
gnupg2 \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
&& 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
&& sed -i 's/securerandom\.source=file:\/dev\/random/securerandom\.source=file:\/dev\/urandom/' ./usr/lib/jvm/java-11-openjdk-amd64/conf/security/java.security

#===================
# Timezone settings
Expand Down

0 comments on commit f272dbd

Please sign in to comment.