Update Ubuntu base Image and add release to version output

This commit is contained in:
TKE
2021-03-05 15:36:49 +01:00
parent de82a7273f
commit 085b14d1aa
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:18.04 FROM ubuntu:20.04
LABEL maintainer="tabledevil" LABEL maintainer="tabledevil"
LABEL docker.cmd="docker run -it --rm -v /mnt/sdc1:/data tabledevil/kaspersky" LABEL docker.cmd="docker run -it --rm -v /mnt/sdc1:/data tabledevil/kaspersky"
RUN apt update && apt install -y wget perl RUN apt update && apt install -y wget perl

View File

@@ -16,6 +16,7 @@ case "${1}" in
echo "stage: ${1}" echo "stage: ${1}"
start_service start_service
kesl-control -S --app-info | grep -v '^$' kesl-control -S --app-info | grep -v '^$'
cat /etc/issue
;; ;;
scan ) scan )
echo "stage: ${1}" echo "stage: ${1}"