Sfoglia il codice sorgente

Add psmisc package to the docker (for killall)

Ian Goldberg 4 anni fa
parent
commit
7ce614b36d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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