Fix installation issue in Dockerfile

This commit is contained in:
Paul-Emmanuel Raoul 2018-11-26 20:52:35 +00:00
parent 1edba2d13b
commit 8ac1f35142
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN tar xvf infection_monkey_deb.${RELEASE}.tgz \
&& apt-get -yqq update \
&& apt-get -yqq upgrade \
&& apt-get -yqq install python-pip \
python-dev \
libssl-dev \
supervisor \
&& dpkg -i *.deb