feat(recipe): adding alpine 3.17 version
This commit is contained in:
parent
632c4cd517
commit
934a7b5a8f
|
@ -2,7 +2,7 @@
|
||||||
set -xeo pipefail
|
set -xeo pipefail
|
||||||
|
|
||||||
# Run the installer
|
# Run the installer
|
||||||
echo "y" | setup-alpine -e -f install.conf
|
yes | setup-alpine -e -f install.conf
|
||||||
|
|
||||||
# Copy ssh keys
|
# Copy ssh keys
|
||||||
echo "Copy packer ssh key"
|
echo "Copy packer ssh key"
|
||||||
|
|
Loading…
Reference in New Issue