You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
&& if [ "${TARGETARCH}" = "arm" ] && [ "${TARGETVARIANT}" = "v7" ]; then \
68
64
export ARCH=armhf ; \
69
65
else \
70
66
export ARCH=$(dpkg --print-architecture) ; \
71
67
fi \
72
-
&& sed -i 's/securerandom\.source=file:\/dev\/random/securerandom\.source=file:\/dev\/urandom/'./usr/lib/jvm/temurin-${JRE_VERSION}-jre-${ARCH}/conf/security/java.security \
68
+
&& sed -i 's/securerandom\.source=file:\/dev\/random/securerandom\.source=file:\/dev\/urandom/' /usr/lib/jvm/java-${JRE_VERSION}-openjdk-${ARCH}/conf/security/java.security \
73
69
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
74
70
#===================
75
71
# Timezone settings
@@ -95,9 +91,9 @@ RUN if [ "$(dpkg --print-architecture)" = "amd64" ]; then \
95
91
# Selenium & relaxing permissions for OpenShift and other non-sudo environments
0 commit comments