From 0ea720c70cbdd37cbd3352339f6f35a1ab7ad21e Mon Sep 17 00:00:00 2001 From: Fran Tsao Date: Thu, 19 Aug 2021 14:01:03 +0200 Subject: [PATCH] #153 fix Debian Bullseye containers build --- packer/install_basics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/install_basics.sh b/packer/install_basics.sh index 0759acd..296c400 100644 --- a/packer/install_basics.sh +++ b/packer/install_basics.sh @@ -5,7 +5,7 @@ mkdir -p /usr/share/man/man1 if [ -x "$(command -v apt-get)" ]; then apt-get update apt-get upgrade -y - apt-get install -y python ca-certificates + apt-get install -y python3 ca-certificates fi if [ -x "$(command -v yum)" ]; then