added helpful readme to container

This commit is contained in:
Tobias Kessels
2019-12-17 22:19:29 +01:00
parent db7e5b4eae
commit b6e6f38a69
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ RUN wget "https://products.s.kaspersky-labs.com/endpoints/keslinux10/10.1.1.6421
ADD answer.txt /root/answer.txt
RUN /opt/kaspersky/kesl/bin/kesl-setup.pl --autoinstall=/root/answer.txt ; true
ADD start.sh /root/start.sh
add readme /root/readme
RUN chmod +x /root/start.sh
ENTRYPOINT ["/root/start.sh"]
CMD ["shell"]