add lsof to these two dockerfiles as well

This commit is contained in:
Aaron Blankstein
2017-09-11 16:56:19 -04:00
committed by Jude Nelson
parent d1d707dcab
commit 1a9d649cf1

View File

@@ -1,7 +1,7 @@
FROM ubuntu:xenial
# Install dependancies from apt
RUN apt-get -y update
RUN apt-get update
RUN apt-get install -y python-pip python-dev libssl-dev libffi-dev rng-tools libgmp3-dev lsof
# Install Bitcoin