forked from p34709852/monkey
Delete installation files
This commit is contained in:
parent
195a3c8304
commit
c1c8c33c85
|
@ -18,7 +18,8 @@ RUN tar xvf infection_monkey_deb.${RELEASE}.tgz \
|
|||
python-dev \
|
||||
libssl-dev \
|
||||
supervisor \
|
||||
&& dpkg -i *.deb
|
||||
&& dpkg -i *.deb \
|
||||
&& rm -f *.deb *.tgz
|
||||
|
||||
COPY stack.conf /etc/supervisor/conf.d/stack.conf
|
||||
|
||||
|
|
Loading…
Reference in New Issue