From d9e0787e26936f7be397ced695ffaf9ba1fe58d7 Mon Sep 17 00:00:00 2001 From: Tobias Kessels Date: Tue, 17 Dec 2019 20:46:14 +0100 Subject: [PATCH] first commit --- Dockerfile | 6 ++++++ README.md | 1 + answer.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 Dockerfile create mode 100644 README.md create mode 100644 answer.txt diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a5b3adb --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM ubuntu:18.04 +RUN apt update && apt install -y wget perl +RUN wget "https://products.s.kaspersky-labs.com/endpoints/keslinux10/10.1.1.6421/multilanguage-10.1.1.6421/babce9ef/kesl_10.1.1-6421_amd64.deb" +RUN dpkg -i kesl_10.1.1-6421_amd64.deb +ADD answer.txt /root/answer.txt +RUN /opt/kaspersky/kesl/bin/kesl-setup.pl --autoinstall=/root/answer.txt ; true diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a60c6d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# docker_kaspersky diff --git a/answer.txt b/answer.txt new file mode 100644 index 0000000..9d21020 --- /dev/null +++ b/answer.txt @@ -0,0 +1,52 @@ +# End User License Agreement flag must be 'yes' (required)" +# See /opt/kaspersky/kesl/doc/license. for details +EULA_AGREED=yes + +# Privacy Policy agreement flag must be 'yes' (required)" +# See /opt/kaspersky/kesl/doc/license. for details +PRIVACY_POLICY_AGREED=yes + +# Use KSN: yes|no (required) +# See /opt/kaspersky/kesl/doc/ksn_license. for details +USE_KSN=no + +# Set up the service default locale +#SERVICE_LOCALE=en_US.utf8 +SERVICE_LOCALE=C + +# Activation code or key file +#INSTALL_LICENSE= + +# Set up updater source: KLServers|SCServer| +UPDATER_SOURCE=KLServers + +# Set up proxy server: none| +PROXY_SERVER=none + +# Run the anti-virus database update procedure: yes|no +UPDATE_EXECUTE=yes + +# Download Linux kernel source automatically: yes|no +KERNEL_SRCS_INSTALL=no + +# Import KESL10.0.0 settings after upgrade +#IMPORT_SETTINGS=Yes + +# Set up product GUI: yes|no (required) +USE_GUI=no + + + + +#EULA_AGREED=yes +#SERVICE_LOCALE=C +#INSTALL_KEY_FILE= +#UPDATER_SOURCE=KLServers +#UPDATER_PROXY=no +#UPDATER_EXECUTE=yes +#UPDATER_ENABLE_AUTO=no +#RTP_BUILD_KERNEL_MODULE=no +#RTP_BUILD_KERNEL_SRCS=auto +#RTP_SAMBA_ENABLE=no +#RTP_START=no +#GUI_ENABLE=no