forked from p15670423/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 \
|
python-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
supervisor \
|
supervisor \
|
||||||
&& dpkg -i *.deb
|
&& dpkg -i *.deb \
|
||||||
|
&& rm -f *.deb *.tgz
|
||||||
|
|
||||||
COPY stack.conf /etc/supervisor/conf.d/stack.conf
|
COPY stack.conf /etc/supervisor/conf.d/stack.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue