dedis / cothority

Scalable collective authority
Other
425 stars 106 forks source link

killall command not found #1391

Open jeffallen opened 6 years ago

jeffallen commented 6 years ago

When running the dedis/conode-test:latest Docker image we see:

./run_conode.sh: line 129: killall: command not found

Look into why this is happening, if it is possibly going to make tests unstable, and fix it.

kc1212 commented 6 years ago

Probably you need to do apt install psmisc in the Dockerfile.

jeffallen commented 6 years ago

Oh no, @kc1212 you gave the assistant the answer! I suppose you shared your homework at uni too... :)

ineiti commented 5 years ago

Goes with #888