Added python-dev package to Dockerfile

Merge fix for #1033
master
xorrior 2018-04-08 11:03:10 -04:00
parent 9bc829f803
commit 1d4d3bde87
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ RUN apt-get update && apt-get install -qy \
apt-utils \
lsb-core \
python2.7 \
python-dev \
&& ln -s /usr/bin/python2.7 /usr/bin/python \
&& rm -rf /var/lib/apt/lists/*
# build empire from source