latest, seems to sort of work

This commit is contained in:
2019-08-04 19:02:42 -07:00
parent b8d90f2f8f
commit a1485030e8
3 changed files with 31 additions and 9 deletions

View File

@@ -11,4 +11,9 @@ RUN bash /tmp/run.sh && rm /tmp/run.sh
RUN rm -f /etc/service/sshd/down
#cleanup
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN apt-get clean && \
rm -rf \
/var/lib/apt/lists/* \
/tmp/* \
/var/tmp/* \
/etc/ssh/ssh_host_*_key