From c007240f99dcbe594761ee9baa6ae0dad3550f31 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sat, 10 Dec 2022 20:36:08 +0100 Subject: [PATCH] fix: [base-0k] ensure that ``lsb_release`` is available WSL2 debian's 11 doesn't provide package ``lsb_release`` --- precise/base-0k/hooks/install.d/00-base.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/precise/base-0k/hooks/install.d/00-base.sh b/precise/base-0k/hooks/install.d/00-base.sh index 848c970..e1287f7 100755 --- a/precise/base-0k/hooks/install.d/00-base.sh +++ b/precise/base-0k/hooks/install.d/00-base.sh @@ -42,6 +42,10 @@ apt-get -y python-software-properties /dev/null 2>&1 || + apt-get install -y lsb-release