From 641228029629a18d2245587520c03e4afa9bef17 Mon Sep 17 00:00:00 2001 From: fithwum Date: Fri, 4 Jul 2025 08:20:49 -0700 Subject: [PATCH] update --- base-image-script/debian-test_pt2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-image-script/debian-test_pt2.sh b/base-image-script/debian-test_pt2.sh index 54195e9..b339d02 100644 --- a/base-image-script/debian-test_pt2.sh +++ b/base-image-script/debian-test_pt2.sh @@ -6,7 +6,7 @@ echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/10-assume_yes apt-get update apt-get upgrade -apt-get install software-properties-common bash wget curl nano python3 python3-pip python3-venv locales +apt-get install software-properties-common bash wget curl nano python3 python3-pip python3-venv locales node npm docker dpkg -l | grep python3-cryptography || echo "[OK] Not installed"