first commit
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -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
|
||||||
52
answer.txt
Normal file
52
answer.txt
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
# End User License Agreement flag must be 'yes' (required)"
|
||||||
|
# See /opt/kaspersky/kesl/doc/license.<lang> for details
|
||||||
|
EULA_AGREED=yes
|
||||||
|
|
||||||
|
# Privacy Policy agreement flag must be 'yes' (required)"
|
||||||
|
# See /opt/kaspersky/kesl/doc/license.<lang> for details
|
||||||
|
PRIVACY_POLICY_AGREED=yes
|
||||||
|
|
||||||
|
# Use KSN: yes|no (required)
|
||||||
|
# See /opt/kaspersky/kesl/doc/ksn_license.<lang> 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|<url>
|
||||||
|
UPDATER_SOURCE=KLServers
|
||||||
|
|
||||||
|
# Set up proxy server: none|<url>
|
||||||
|
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=<path>
|
||||||
|
#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
|
||||||
Reference in New Issue
Block a user