debian-base: purge libsystemd0 to eliminate CVE false-positives

pull/58/head
Jeff Grafton 2018-10-18 15:12:31 -07:00
parent 37cb88efd2
commit 8906d1d8be
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ RUN echo "Yes, do as I say!" | apt-get purge \
libprocps6 \
libslang2 \
libss2 \
libsystemd0 \
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl \
ncurses-base \
ncurses-bin \

View File

@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
IMAGE ?= $(REGISTRY)/debian-base
BUILD_IMAGE ?= debian-build
TAG ?= 0.3.2
TAG ?= 0.4.0
TAR_FILE ?= rootfs.tar
ARCH?=amd64