feat(recipe): adding alpine 3.17 version

This commit is contained in:
Philippe Caseiro 2022-12-28 09:51:38 +01:00
parent 632c4cd517
commit 934a7b5a8f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -xeo pipefail
# Run the installer
echo "y" | setup-alpine -e -f install.conf
yes | setup-alpine -e -f install.conf
# Copy ssh keys
echo "Copy packer ssh key"