Skip to content

Commit

Permalink
#153 fix Debian Bullseye containers build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Tsao committed Aug 19, 2021
1 parent 3731e61 commit 0ea720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/install_basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ea720c

Please sign in to comment.