adding lsof to install of the development dockerfiles

This commit is contained in:
Aaron Blankstein
2017-09-11 16:13:46 -04:00
parent 5e0ca0b2e8
commit 044379f3e2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM docker/whalesay:latest
RUN sudo apt-get update && sudo apt-get install -y build-essential python-pip git-core python-dev libssl-dev libffi-dev rng-tools libgmp3-dev
RUN sudo apt-get update && sudo apt-get install -y build-essential python-pip git-core python-dev libssl-dev libffi-dev rng-tools libgmp3-dev lsof
RUN sudo pip install pip --upgrade
RUN sudo pip install blockstack --upgrade

View File

@@ -1,7 +1,7 @@
FROM docker/whalesay:latest
# Install Blockstack Core
RUN sudo apt-get update && sudo apt-get install -y build-essential python-pip git-core python-dev libssl-dev libffi-dev rng-tools libgmp3-dev
RUN sudo apt-get update && sudo apt-get install -y build-essential python-pip git-core python-dev libssl-dev libffi-dev rng-tools libgmp3-dev lsof
RUN sudo pip install pip --upgrade
RUN sudo pip install blockstack --upgrade