Explorar el Código

Add psmisc package to the docker (for killall)

Ian Goldberg hace 4 años
padre
commit
7ce614b36d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile.in

+ 1 - 1
Dockerfile.in

@@ -1,6 +1,6 @@
 FROM ubuntu:18.04
 RUN apt update
-RUN apt install -y python3 python3-pip python3-dev build-essential screen sudo
+RUN apt install -y python3 python3-pip python3-dev build-essential screen sudo psmisc
 RUN pip3 install merklelib
 RUN pip3 install pynacl
 RUN groupadd -g GROUP_ID walkingo