Delete installation files

This commit is contained in:
Paul-Emmanuel Raoul 2018-11-27 11:19:26 +00:00
parent 195a3c8304
commit c1c8c33c85
1 changed files with 2 additions and 1 deletions

View File

@ -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