forked from p15670423/monkey
Fix installation issue in Dockerfile
This commit is contained in:
parent
1edba2d13b
commit
8ac1f35142
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue