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
Managing processes via Supervisor, this simplifies the configuration of (#793)
every process running in the containers, and allows to handle logging
in a more simple way. Logging in node containers will be less noisy
since only Selenium activity is logged to /std/out.
Copy file name to clipboardExpand all lines: Base/Dockerfile
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ RUN apt-get -qqy update \
27
27
wget \
28
28
jq \
29
29
curl \
30
+
supervisor \
30
31
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
31
32
&& 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
0 commit comments