Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Not A Problem
-
2.3.1
-
None
-
None
-
Docker 18.06
-
Patch
Description
When attempting to run ./sbin/start-shuffle-service.sh the image errors with the following output:
ps: unrecognized option: p
Adding the procps package fixes this issue.
After correcting the issue with ps, the code will then error with:
{{}}
nohup: can't execute '--': No such file or directory
This is remedied with the inclusion of coreutils to the apk add statement.
The ./sbin/start-history-server.sh also requires the added packages to successfully start.